@charset "UTF-8";
body, html {
  font-size: 0.8333333333vw;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  body, html {
    font-size: 1vw;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  body, html {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 767px) {
  body, html {
    font-size: 14px;
  }
}
body {
  outline: none;
  font-family: "Montserrat", "Noto Sans SC", sans-serif !important;
}

p {
  padding: 0;
  margin: 0;
}

:root {
  --color-bs: #fff;
  --color-ys: #7B7B7B;
  --color-zt: #003B84;
  --head-height: 6.25rem;
  --cbasta: 13.5416666667%;
  --pandrd: 5.375rem;
}
@media (max-width: 1366px) {
  :root {
    --cbasta: 5.78125%;
  }
}
@media (max-width: 768px) {
  :root {
    --cbasta: 4%;
    --pandrd: 2rem;
  }
}

.wh {
  padding: 0 var(--cbasta);
}

.wh1 {
  padding: 0 4.6875%;
}
@media (max-width: 768px) {
  .wh1 {
    padding: 0 4%;
  }
}

.wh2 {
  padding: 0 23.8541666667%;
}
@media (max-width: 1366px) {
  .wh2 {
    padding: 0 13.4375%;
  }
}
@media (max-width: 768px) {
  .wh2 {
    padding: 0 4%;
  }
}

.flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-z {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex3 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex21 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.more-msl {
  display: inline-block;
  color: var(--color-zt);
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 400 1rem/3.125rem "alph";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  border: 1px solid var(--color-zt);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .more-msl {
    line-height: 2.8rem;
    width: 9rem;
    font-size: 0.875rem;
  }
}
.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-zt);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
   -ms-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
       transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}
.more-msl:hover {
  color: #fff;
}
.more-msl:hover::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
   -ms-transform: scale(2);
    -o-transform: scale(2);
       transform: scale(2);
}
.more-msl.bs {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.more-msl.bs:before {
  background: #fff;
}
.more-msl.bs:hover {
  color: var(--color-zt);
}
.more-msl.hs {
  color: #8E8E8E;
  background: transparent;
  border-color: #8E8E8E;
}
.more-msl.hs:before {
  background: var(--color-zt);
}
.more-msl.hs:hover {
  color: #fff;
  border-color: var(--color-zt);
}
.more-msl.ls {
  color: var(--color-zt);
  background: transparent;
  border-color: var(--color-zt);
}
.more-msl.ls:before {
  background: var(--color-zt);
}
.more-msl.ls:hover {
  color: #fff;
}

.more-b {
  display: inline-block;
  padding: 0.875rem 3.25rem;
  border-radius: 3.125rem;
  color: var(--color-zt);
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 1.125rem;
  line-height: 1.5em;
  border: 1px solid var(--color-zt);
}
@media (max-width: 768px) {
  .more-b {
    padding: 0.6rem 2.2rem;
    font-size: 1rem;
  }
}
.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: var(--color-zt);
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center right;
     -moz-transform-origin: center right;
      -ms-transform-origin: center right;
       -o-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  border-radius: 3.125rem;
}
.more-b:hover {
  border-color: var(--color-zt);
  color: #fff;
}
.more-b:hover::after {
  -webkit-transform-origin: center left;
     -moz-transform-origin: center left;
      -ms-transform-origin: center left;
       -o-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.more-b.bs {
  color: #fff;
  border-color: #fff;
}
.more-b.bs::after {
  background-color: #fff;
}
.more-b.bs:hover {
  color: var(--color-zt);
}
.more-b.ls {
  color: #51B6D0;
  border-color: #51B6D0;
}
.more-b.ls::after {
  background-color: #51B6D0;
}
.more-b.ls:hover {
  color: #fff;
}
.more-b.hls {
  color: #fff;
  border-color: #51B6D0;
  background: #51B6D0;
}
.more-b.hls::after {
  background-color: var(--color-zt);
}
.more-b.hls:hover {
  color: #fff;
  border-color: var(--color-zt);
}
.more-b.asgx::after {
  background: #51B6D0;
}
.more-b.asgx:hover {
  border-color: #51B6D0;
  color: #fff;
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
}
.m-hidden {
  display: none;
}

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-imgny {
    padding-bottom: 70%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-imgny > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .pc-banner .swiper-slide.a {
    padding-bottom: -webkit-calc(70vh - 60px);
    padding-bottom: -moz-calc(70vh - 60px);
    padding-bottom: calc(70vh - 60px);
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .pc-banner .swiper-slide.a .img {
    position: static !important;
  }
  .pc-banner .swiper-slide.a .img > img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-img-news {
    padding-bottom: 68.202764977%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img-news img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
}
.head .head2 {
  line-height: var(--head-height);
  position: relative;
  --as-calore: #fff;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  height: 3.4375rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.head .head2 .zywena {
  margin-left: 1.5rem;
  position: relative;
}
.head .head2 .zywena a.rhgxt {
  color: var(--as-calore);
  line-height: 1.25rem;
  display: block;
  padding: 0 1.5rem;
}
.head .head2 .zywena a.rhgxt i {
  font-size: 1.25rem;
  font-weight: 600;
}
.head .head2 .zywena .yy-sec {
  position: absolute;
  left: 50%;
  top: 3.85rem;
  width: 5.5rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  display: none;
  text-align: center;
}
.head .head2 .zywena .yy-sec a {
  color: #333;
  display: block;
  line-height: 1.75em;
  font-size: 1rem;
  font-weight: 500;
}
.head .head2 .zywena .yy-sec a + a {
  border-top: 1px solid #333;
}
.head .head2 .zywena .yy-sec a:hover {
  color: var(--color-zt);
}
.head .head2 .tel_top {
  color: var(--as-calore);
  font-size: 1.25rem;
  margin-right: 2.5rem;
}
.head .head2 .tel_top i {
  font-size: 1.45rem;
  font-weight: 500;
  margin-right: 0.15em;
}
.head .head2 .sska {
  line-height: 1em;
}
.head .head2 .sska a {
  color: var(--as-calore);
}
.head .head2 .sska a i {
  font-size: 1.25rem;
  margin-right: 0.4em;
}

body .head.sticky .head2, body .head:hover .head2 {
  background-color: #fff;
  --as-calore: #595757;
  border-color: #D6D6D6;
}
body .head.sticky .head2 .logo a img, body .head:hover .head2 .logo a img {
  -webkit-filter: inherit;
          filter: inherit;
}
body .head.sticky .head2 #menu .nav_a1 li:hover > a span, body .head.sticky .head2 #menu .nav_a1 li.active > a span, body .head:hover .head2 #menu .nav_a1 li:hover > a span, body .head:hover .head2 #menu .nav_a1 li.active > a span {
  color: var(--color-zt);
}
body .head.sticky .head2 #menu .nav_a1 li > a span::after, body .head:hover .head2 #menu .nav_a1 li > a span::after {
  background: var(--color-zt);
}

.ny-show_bodyxw .head .head2 {
  background-color: #fff;
  --as-calore: #595757;
  border-color: #D6D6D6;
}
.ny-show_bodyxw .head .head2 .logo a img {
  -webkit-filter: inherit;
          filter: inherit;
}
.ny-show_bodyxw .head .head2 #menu .nav_a1 li:hover > a span, .ny-show_bodyxw .head .head2 #menu .nav_a1 li.active > a span {
  color: var(--color-zt);
}
.ny-show_bodyxw .head .head2 #menu .nav_a1 li > a span::after {
  background: var(--color-zt);
}

#menu {
  margin-right: 1rem;
}
#menu .nav_a1 li {
  float: left;
}
#menu .nav_a1 li a {
  display: block;
  color: var(--as-calore);
  font-family: "alph";
}
#menu .nav_a1 li > a {
  font-size: 1.25rem;
  padding: 0 1.5rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 1680px) {
  #menu .nav_a1 li > a {
    padding: 0 1.35em;
  }
}
@media (max-width: 1366px) {
  #menu .nav_a1 li > a {
    padding: 0 0.8em;
  }
}
@media (max-width: 1024px) {
  #menu .nav_a1 li > a {
    padding: 0 0.5em;
  }
}
#menu .nav_a1 li > a span {
  position: relative;
  display: block;
}
#menu .nav_a1 li > a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
#menu .nav_a1 li > a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  height: 0.5rem;
  width: 100%;
}
#menu .nav_a1 li .sec {
  position: absolute;
  top: -webkit-calc(100% + 0.5rem);
  top: -moz-calc(100% + 0.5rem);
  top: calc(100% + 0.5rem);
  width: 150%;
  left: -25%;
  background: white;
  z-index: 9;
  text-align: center;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
}
#menu .nav_a1 li .sec a {
  font: 400 1rem/1.5em "alph";
  padding: 0.6em 0;
  color: #1B1C21;
}
#menu .nav_a1 li .sec a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 li .sec1 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: white;
  z-index: 999;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
  text-align: left;
  line-height: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: url(../images/ashg1a.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}
#menu .nav_a1 li .sec1 .sec1-dt {
  padding-right: var(--cbasta);
}
#menu .nav_a1 li .sec1 a {
  color: rgba(0, 0, 0, 0.8);
}
#menu .nav_a1 li .sec1 .nav-cont1 {
  width: 44.0168370415%;
  text-align: center;
  border-right: 1px solid #D9D9D9;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding-left: var(--cbasta);
  background: url(../images/ashxa1.svg) no-repeat center 15% #fff;
  -o-background-size: 100% auto;
     background-size: 100% auto;
}
#menu .nav_a1 li .sec1 .nav-cont1 .tita1 {
  color: var(--color-zt);
  font-size: 2.5rem;
  line-height: 1.25em;
  font-weight: 700;
  width: 100%;
}
#menu .nav_a1 li .sec1 .nav-cont1 .tita1 .entit {
  font-size: 1.5rem;
  line-height: 1.5em;
}
#menu .nav_a1 li .sec1 .nav-cont1 .tita1 .tit {
  font-size: 2.125rem;
  line-height: 1.5em;
}
#menu .nav_a1 li .sec1 .nav-cont1 .more-b {
  margin: 1.5rem auto 0;
  color: var(--color-zt);
}
#menu .nav_a1 li .sec1 .nav-cont1 .more-b:hover {
  color: #fff;
}
#menu .nav_a1 li .sec1 .nav-cont-a {
  width: 52.4954900782%;
  padding: 3.75rem 0;
}
#menu .nav_a1 li .sec1 .nav-cont2 {
  width: 40.0916380298%;
}
#menu .nav_a1 li .sec1 .nav-cont2 a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 0;
  position: relative;
}
#menu .nav_a1 li .sec1 .nav-cont2 a:not(:last-child) {
  border-bottom: 1px solid #EAEAEA;
}
#menu .nav_a1 li .sec1 .nav-cont2 a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: var(--color-zt);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
#menu .nav_a1 li .sec1 .nav-cont2 a span {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  line-height: 1.65em;
  display: block;
}
#menu .nav_a1 li .sec1 .nav-cont2 a i {
  font-size: 1.125rem;
  display: block;
  color: #DBDBDA;
  font-weight: 500;
}
#menu .nav_a1 li .sec1 .nav-cont2 a:hover::after {
  width: 100%;
}
#menu .nav_a1 li .sec1 .nav-cont2 a:hover span, #menu .nav_a1 li .sec1 .nav-cont2 a:hover i {
  color: var(--color-zt);
}
#menu .nav_a1 li .sec1 .nav-cont3 {
  width: 51.5463917526%;
}
#menu .nav_a1 li .sec1 .nav-cont3 .img {
  padding-bottom: 74.4140625%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: 1.125rem;
}
#menu .nav_a1 li .sec1 .nav-cont3 .img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#menu .nav_a1 li .sec1 .nav-cont3 .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#menu .nav_a1 li .sec1 .as-wxt1 {
  padding: 3rem 0;
}
#menu .nav_a1 li .sec1 .as-wxt1 > dl {
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 0 5%;
}
#menu .nav_a1 li .sec1 .as-wxt1 > dl + dl {
  border-left: 1px solid rgba(89, 87, 87, 0.1);
}
#menu .nav_a1 li .sec1 .as-wxt1 > dl dt a {
  display: block;
  color: #595757;
  font-size: 1.375rem;
  line-height: 1.5em;
  font-weight: 600;
}
#menu .nav_a1 li .sec1 .as-wxt1 > dl dt a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 li .sec1 .as-wxt1 > dl .erhxxa {
  margin-top: 1rem;
}
#menu .nav_a1 li .sec1 .as-wxt1 > dl .erhxxa .wex1 > a {
  display: block;
  color: #595757;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5em;
}
#menu .nav_a1 li .sec1 .as-wxt1 > dl .erhxxa .wex1 > a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 li .sec1 .as-wxt1 > dl .erhxxa .wex1 .ewrhxa {
  margin-top: 0.35rem;
}
#menu .nav_a1 li .sec1 .as-wxt1 > dl .erhxxa .wex1 .ewrhxa a {
  color: #8F8F8F;
  font-size: 0.875rem;
  position: relative;
  display: block;
  padding-left: 1em;
  line-height: 2.125em;
}
#menu .nav_a1 li .sec1 .as-wxt1 > dl .erhxxa .wex1 .ewrhxa a::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
#menu .nav_a1 li .sec1 .as-wxt1 > dl .erhxxa .wex1 .ewrhxa a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 li:hover .sec,
#menu .nav_a1 li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
#menu .nav_a1 li:hover > a, #menu .nav_a1 li.active > a {
  color: #fff;
}
#menu .nav_a1 li:hover > a span::after, #menu .nav_a1 li.active > a span::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

/* 搜索 */
.sskbj {
  padding: 0;
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}
.sskbj .searchbox1 {
  width: 100%;
  padding: 40px 10.4%;
  height: 472px;
  background-color: #fff;
  text-align: right;
  display: none;
}
.sskbj .searchbox1 .searchs {
  width: 80%;
  max-width: 800px;
  margin-top: 2vw;
}
.sskbj .searchbox1 .searchs dt {
  font-size: 2rem;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 1em;
}
.sskbj .searchbox1 .searchs .sertext {
  width: 75%;
  border-radius: 1.875rem;
  font-size: 1rem;
  text-indent: 1em;
}
.sskbj .searchbox1 .searchs .serbtn {
  border-radius: 1.875rem;
}
.sskbj .search-close-btn {
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  background: #f0f0f0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.sskbj .search-close-btn:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sskbj .search-close-btn i {
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
}
.sskbj .serbtn {
  background: var(--color-zt);
}

.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
     -moz-animation: sticky 1s;
       -o-animation: sticky 1s;
          animation: sticky 1s;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
         transform: translateY(0%);
  }
}

@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
       transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
       transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1, .m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 38px;
  max-width: 40%;
}
.m-bm-head .m-bm-head-box .sskza {
  color: #333;
  font-family: "Montserrat";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-bm-head .m-bm-head-box .sskza i {
  font-size: 1.25rem;
  margin-right: 0.25rem;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span, .m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: "";
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(100vh - 60px);
  height: -moz-calc(100vh - 60px);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "alph";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "alph";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:after, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li, .m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a, .m-bm-head.white .m-bm-nav .aniut i, .m-bm-head.white .m-bm-nav > li .sec a, .m-bm-head.white .mrhgxt {
  color: #000;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.pc-banner {
  position: relative;
  overflow: hidden;
}
.pc-banner .mySwipera {
  position: relative;
}
.pc-banner .mySwipera .tcas {
  width: 20%;
  max-width: var(--head-height);
  margin: 0 auto 1rem;
}
.pc-banner .mySwipera .tcas img {
  width: 100%;
}
.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.pc-banner .mySwipera .swiper-slide .img.imgdt:after {
  display: none;
}
.pc-banner .mySwipera .swiper-slide .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pc-banner .mySwipera .swiper-slide .img > img.aimg {
  visibility: hidden;
}
@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img > img.aimg {
    visibility: inherit;
  }
}
.pc-banner .mySwipera .swiper-slide .img #myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pc-banner .mySwipera .banwez1 {
  position: absolute;
  width: 100%;
  z-index: 99;
  color: rgba(255, 255, 255, 0.5);
  left: -webkit-calc(var(--cbasta) * -0.65);
  left: -moz-calc(var(--cbasta) * -0.65);
  left: calc(var(--cbasta) * -0.65);
  top: 79%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 700;
}
@media (max-width: 1366px) {
  .pc-banner .mySwipera .banwez1 {
    left: -webkit-calc(var(--cbasta) * -0.25);
    left: -moz-calc(var(--cbasta) * -0.25);
    left: calc(var(--cbasta) * -0.25);
  }
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 {
    text-align: center;
    top: 35%;
    left: 0;
    color: rgba(255, 255, 255, 0.75);
  }
}
.pc-banner .mySwipera .banwez1 .tit {
  font-size: 2.25rem;
  line-height: 1.125em;
  margin-top: 0.65rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit {
    font-size: 1.75rem;
    width: 100%;
    margin-top: 0.25em;
  }
}
.pc-banner .mySwipera .banwez1 .p {
  font-size: 2.75rem;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p {
    font-size: 1.65rem;
    width: 100%;
  }
}
.pc-banner .mySwipera .banwez1 a.more-msl {
  margin-top: 1.8rem;
}
.pc-banner .mySwipera .er-gat {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
  z-index: 9;
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span {
  opacity: 1;
  background: rgba(255, 255, 255, 0.4);
  width: 2.5rem;
  height: 1px;
  border: none;
  border-radius: 0;
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span + span {
  margin-left: 0.4375rem;
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #fff;
  height: 2px;
}
.pc-banner .mySwipera .er-gat .jt-asx > div + div {
  margin-left: 1.5rem;
}
.pc-banner .mySwipera .er-gat .jt-asx > div i {
  font-size: 2.5rem;
  color: #fff;
  line-height: 1.5em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .er-gat .jt-asx > div i {
    font-size: 2rem;
  }
}
.pc-banner .mySwipera .er-gat .jt-asx > div i:hover {
  font-weight: 600;
}
.pc-banner a.mouse {
  position: absolute;
  left: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
     -moz-transform: translateX(-50%) translateY(50%);
      -ms-transform: translateX(-50%) translateY(50%);
       -o-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  text-align: center;
  z-index: 9;
  width: 11.125rem;
  border: 1px solid #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .pc-banner a.mouse {
    width: 7rem;
  }
}
.pc-banner a.mouse .erxa {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.25em;
  -webkit-animation: scroll2 2s linear infinite;
     -moz-animation: scroll2 2s linear infinite;
       -o-animation: scroll2 2s linear infinite;
          animation: scroll2 2s linear infinite;
  margin-bottom: 50%;
}
.pc-banner a.mouse .erxa i {
  font-size: 0.75rem;
}

@-webkit-keyframes scroll2 {
  0% {
    margin-bottom: 35%;
  }
  60% {
    margin-bottom: 45%;
  }
  100% {
    margin-bottom: 35%;
  }
}

@-moz-keyframes scroll2 {
  0% {
    margin-bottom: 35%;
  }
  60% {
    margin-bottom: 45%;
  }
  100% {
    margin-bottom: 35%;
  }
}

@-o-keyframes scroll2 {
  0% {
    margin-bottom: 35%;
  }
  60% {
    margin-bottom: 45%;
  }
  100% {
    margin-bottom: 35%;
  }
}

@keyframes scroll2 {
  0% {
    margin-bottom: 35%;
  }
  60% {
    margin-bottom: 45%;
  }
  100% {
    margin-bottom: 35%;
  }
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
       transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

/* 图片动画 */
.fang {
  overflow: hidden;
  display: block;
}

.fang img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.fang:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.xz img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.xz:hover img {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.top {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.top:hover {
  -webkit-transform: translateY(-1rem);
     -moz-transform: translateY(-1rem);
      -ms-transform: translateY(-1rem);
       -o-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.gong-p {
  color: #7B7B7B;
  font-size: 1.25rem;
  line-height: 1.6em;
  text-align: justify;
}
@media (max-width: 768px) {
  .gong-p {
    font-size: 1rem;
  }
}
.gong-p.bs {
  color: #fff;
}

.sy-body {
  background: -webkit-linear-gradient(top, #EAFBFF 0%, #FFF 100%);
  background: -moz-linear-gradient(top, #EAFBFF 0%, #FFF 100%);
  background: -o-linear-gradient(top, #EAFBFF 0%, #FFF 100%);
  background: linear-gradient(180deg, #EAFBFF 0%, #FFF 100%);
}

.title1 .tit {
  color: #292929;
  font-size: 2.9375rem;
  line-height: 1.25em;
  font-weight: 700;
}
.title1 .tit i {
  display: inline-block;
  font-size: 0;
  width: 2.1875rem;
  vertical-align: top;
}
@media (max-width: 768px) {
  .title1 .tit i {
    width: 1.65rem;
  }
}
.title1 .tit i img {
  width: 100%;
  vertical-align: top;
}
@media (max-width: 768px) {
  .title1 .tit {
    font-size: 1.8rem;
  }
}
.title1 .ftit {
  color: rgba(0, 0, 0, 0.14);
  font-size: 2.3125rem;
  line-height: 1.125em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .title1 .ftit {
    font-size: 1.5rem;
  }
}
.title1.bs .tit {
  color: #fff;
}
.title1.bs .ftit {
  color: rgba(255, 255, 255, 0.47);
}

.cont1 {
  padding-top: 8.4375rem;
  position: relative;
}
@media (max-width: 768px) {
  .cont1 {
    padding-top: 2.5rem;
  }
}
.cont1::after {
  content: "";
  display: block;
  position: absolute;
  right: -40%;
  bottom: -60%;
  width: 74.53125%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  opacity: 0.2;
  background: #51B6D0;
  -webkit-filter: blur(500px);
          filter: blur(500px);
}
.cont1 .wh {
  position: relative;
  z-index: 2;
}
.cont1 .a1v1 {
  margin-top: -4.375rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 {
    margin-top: 1.25rem;
  }
}
.cont1 .a1v1 .a1b1 {
  width: 21%;
  margin-bottom: 3.125rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 1rem;
  }
}
.cont1 .a1v1 .a1b1 li {
  position: relative;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 li {
    width: 48%;
  }
}
.cont1 .a1v1 .a1b1 li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #EAEAEA;
  -webkit-transform-origin: left bottom;
     -moz-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
       -o-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.cont1 .a1v1 .a1b1 li a.a1b1c1 {
  padding: 0.85rem 0;
}
.cont1 .a1v1 .a1b1 li a.a1b1c1 i {
  width: 2.9375rem;
  aspect-ratio: 1/1;
  background: #003B84;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 li a.a1b1c1 i {
    width: 2.25rem;
  }
}
.cont1 .a1v1 .a1b1 li a.a1b1c1 i img {
  width: 60%;
}
.cont1 .a1v1 .a1b1 li a.a1b1c1 p {
  color: #9C9C9C;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-left: 1.25em;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 li a.a1b1c1 p {
    font-size: 1.25rem;
    margin-left: 0.65em;
  }
}
.cont1 .a1v1 .a1b1 li:hover::after, .cont1 .a1v1 .a1b1 li.on::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.cont1 .a1v1 .a1b1 li:hover a.a1b1c1 i, .cont1 .a1v1 .a1b1 li.on a.a1b1c1 i {
  background: #51B6D0;
}
.cont1 .a1v1 .a1b1 li:hover a.a1b1c1 p, .cont1 .a1v1 .a1b1 li.on a.a1b1c1 p {
  color: #51B6D0;
}
.cont1 .a1v1 .a1b2 {
  width: 74.8571428571%;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 {
    width: 100%;
  }
}
.cont1 .a1v1 .a1b2 li {
  display: none;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.cont1 .a1v1 .a1b2 li.a {
  display: block;
}
.cont1 .a1v1 .a1b2 li .wex {
  position: absolute;
  left: 60%;
  top: 44%;
  z-index: -1;
  width: 17.6526717557%;
}
.cont1 .a1v1 .a1b2 li .wex img {
  width: 100%;
}
.cont1 .a1v1 .a1b2 li u {
  display: block;
  font-size: 0;
  width: 75.3816793893%;
  overflow: hidden;
  -webkit-mask-image: url(../images/xz1.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-position: right bottom;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 li u {
    width: 100%;
  }
}
.cont1 .a1v1 .a1b2 li u img {
  width: 100%;
}
.cont1 .a1v1 .a1b2 li .cont-p {
  position: absolute;
  right: 0;
  bottom: 4.6875rem;
  z-index: 1;
  width: 36.641221374%;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 li .cont-p {
    position: static;
    width: 100%;
    margin-top: 1.5rem;
  }
}
.cont1 .a1v1 .a1b2 li .cont-p .tit {
  color: #5E5E5E;
  font-size: 2.5rem;
  line-height: 1.25em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 li .cont-p .tit {
    font-size: 1.65rem;
  }
}
.cont1 .a1v1 .a1b2 li .cont-p .p1 {
  color: #7B7B7B;
  font-size: 1.25rem;
  line-height: 1.6em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 li .cont-p .p1 {
    font-size: 1rem;
  }
}
.cont1 .a1v1 .a1b2 li .cont-p .more-xa1 {
  display: block;
  margin-top: 1rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 li .cont-p .more-xa1 {
    margin-top: 0.5rem;
  }
}
.cont1 .a1v1 .a1b2 li .cont-p .more-xa1 i {
  color: #51B6D0;
  font-size: 0.75rem;
}
.cont1 .a1v1 .a1b2 li .cont-p .more-xa1:hover {
  -webkit-transform: translateX(0.5rem);
     -moz-transform: translateX(0.5rem);
      -ms-transform: translateX(0.5rem);
       -o-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}
.cont1 .a1v2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.625rem;
  margin-top: 9.0625rem;
}
@media (max-width: 768px) {
  .cont1 .a1v2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1rem;
    margin-top: 2rem;
  }
}
.cont1 .a1v2 li {
  text-align: center;
  border-top: 1px solid #BDBDBD;
  color: #5E5E5E;
  padding: 2.1875rem 0;
}
@media (max-width: 768px) {
  .cont1 .a1v2 li {
    padding: 1.5rem 0;
  }
}
.cont1 .a1v2 li .data {
  color: #003B84;
  font-size: 3.5625rem;
  line-height: 1.125em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .cont1 .a1v2 li .data {
    font-size: 2.65rem;
  }
}
.cont1 .a1v2 li .data sup {
  font-size: 2rem;
  vertical-align: top;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cont1 .a1v2 li .data sup {
    font-size: 1.5rem;
  }
}
.cont1 .a1v2 li .tit {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .cont1 .a1v2 li .tit {
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
}
.cont1 .a1v2 li .p1 {
  font-size: 1rem;
  line-height: 1.35em;
  font-weight: 500;
}

.more-a {
  background: #FFFFFF;
  width: 8.0625rem;
  aspect-ratio: 1/1;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .more-a {
    width: 6rem;
  }
}
.more-a .asxt {
  color: rgba(94, 94, 94, 0.4);
  font-size: 1.125rem;
  line-height: 1.25em;
  font-weight: 400;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  padding-top: 0.85em;
}
@media (max-width: 768px) {
  .more-a .asxt {
    font-size: 1rem;
  }
}
.more-a .asxt i {
  font-size: 1rem;
  line-height: 1.25em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .more-a .asxt i {
    font-size: 0.875rem;
  }
}
.more-a:hover {
  background: var(--color-zt);
}
.more-a:hover .asxt {
  color: #fff;
}
.more-a.ls {
  background: var(--color-zt);
  border: 1px solid var(--color-zt);
}
.more-a.ls .asxt {
  color: #fff;
}
.more-a.ls:hover {
  background: #fff;
}
.more-a.ls:hover .asxt {
  color: var(--color-zt);
}

.cont2 {
  padding-top: 5.75rem;
  position: relative;
}
@media (max-width: 768px) {
  .cont2 {
    padding-top: 1.65rem;
  }
}
.cont2 .a2-vj1 {
  position: absolute;
  left: 0;
  top: 8vw;
  width: 100%;
}
.cont2 .a2-vj1 img {
  width: 100%;
}
.cont2 .wh {
  position: relative;
  z-index: 2;
}
.cont2 .a2v2 {
  position: relative;
}
.cont2 .a2v2 .mySwiper1 {
  padding: 1rem;
  margin: 2rem -1rem 0;
}
@media (max-width: 768px) {
  .cont2 .a2v2 .mySwiper1 {
    margin: 1rem -1rem 0;
  }
}
.cont2 .a2v2 .mySwiper1 .swiper-slide a.img {
  display: block;
  background: rgba(255, 255, 255, 0.47);
  padding: 1.875rem 1.5rem;
  border-radius: 1.875rem;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .cont2 .a2v2 .mySwiper1 .swiper-slide a.img {
    border-radius: 1rem;
    padding: 1.5rem 1.25rem;
    background: rgba(255, 255, 255, 0.85);
  }
}
.cont2 .a2v2 .mySwiper1 .swiper-slide a.img .date {
  color: #A0A0A0;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
}
.cont2 .a2v2 .mySwiper1 .swiper-slide a.img .name {
  color: #5E5E5E;
  font-size: 1.375rem;
  line-height: 1.35em;
  height: 2.7em;
  overflow: hidden;
  margin: 0.75rem 0 1rem;
}
.cont2 .a2v2 .mySwiper1 .swiper-slide a.img span {
  color: #003B84;
  border: 1px solid #003B84;
  display: inline-block;
  padding: 0.15rem 1em;
  border-radius: 1.5rem;
}
.cont2 .a2v2 .mySwiper1 .swiper-slide a.img i {
  display: block;
  font-size: 0;
  border-radius: 1.875rem;
  margin-top: 1.5rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
.cont2 .a2v2 .mySwiper1 .swiper-slide a.img i img {
  width: 100%;
}
.cont2 .a2v2 .mySwiper1 .swiper-slide a.img:hover {
  background: #003C8E;
}
.cont2 .a2v2 .mySwiper1 .swiper-slide a.img:hover .date, .cont2 .a2v2 .mySwiper1 .swiper-slide a.img:hover .name, .cont2 .a2v2 .mySwiper1 .swiper-slide a.img:hover span {
  color: #fff;
  border-color: #fff;
}
.cont2 .a2v2 .mySwiper1 .swiper-pagination {
  position: relative;
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .cont2 .a2v2 .mySwiper1 .swiper-pagination {
    margin-top: 1.5rem;
  }
}
.cont2 .a2v2 .mySwiper1 .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #51B6D0;
}

.sy-body {
  overflow: visible;
}
@media (max-width: 768px) {
  .sy-body {
    overflow: hidden;
  }
}

.scene {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.cont3 {
  padding-top: 7.1875rem;
  position: relative;
}
@media (max-width: 768px) {
  .cont3 {
    padding-top: 2rem;
  }
}
.cont3 .a3sdt1 {
  position: absolute;
  left: 0;
  bottom: 1rem;
}
@media (max-width: 768px) {
  .cont3 .a3sdt1 {
    display: none;
  }
}
.cont3 .a3sdt1 p {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #D1D1D1;
  font-size: 14.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.95em;
  text-transform: uppercase;
  color: transparent;
  font-family: "Poppins";
  opacity: 0.35;
}
.cont3 .a3sdt1 p + p {
  margin-left: 1em;
}
.cont3 .wh {
  position: relative;
  z-index: 2;
}
.cont3 .a3v1 .a3b1 {
  width: 29.7857142857%;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b1 {
    width: 100%;
  }
}
.cont3 .a3v1 .a3b1 .a2b1c1 {
  position: sticky;
  left: 0;
  top: -webkit-calc(var(--head-height) + 4rem);
  top: -moz-calc(var(--head-height) + 4rem);
  top: calc(var(--head-height) + 4rem);
}
.cont3 .a3v1 .a3b1 .a2b1c1 .a2b1c1d1 {
  margin-top: 2.75rem;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b1 .a2b1c1 .a2b1c1d1 {
    margin-top: 1.5rem;
  }
}
.cont3 .a3v1 .a3b1 .a2b1c1 .a2b1c1d1 li {
  display: none;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b1 .a2b1c1 .a2b1c1d1 li {
    display: block !important;
  }
  .cont3 .a3v1 .a3b1 .a2b1c1 .a2b1c1d1 li + li {
    margin-top: 1.5rem;
  }
}
.cont3 .a3v1 .a3b1 .a2b1c1 .a2b1c1d1 li .tit {
  color: #5E5E5E;
  font-size: 2.5rem;
  line-height: 1.25em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b1 .a2b1c1 .a2b1c1d1 li .tit {
    font-size: 1.5rem;
  }
}
.cont3 .a3v1 .a3b1 .a2b1c1 .a2b1c1d1 li .txt {
  color: #5E5E5E;
  font-size: 1.25rem;
  line-height: 1.6em;
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b1 .a2b1c1 .a2b1c1d1 li .txt {
    font-size: 1rem;
    line-height: 1.75em;
  }
}
.cont3 .a3v1 .a3b1 .a2b1c1 .a2b1c1d1 li .img {
  display: none;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b1 .a2b1c1 .a2b1c1d1 li .img {
    display: block;
    font-size: 0;
    border-radius: 1rem;
    box-shadow: 0px 0.1rem 0.2rem 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: 1rem;
  }
  .cont3 .a3v1 .a3b1 .a2b1c1 .a2b1c1d1 li .img img {
    width: 100%;
  }
}
.cont3 .a3v1 .a3b1 .a2b1c1 .a2b1c1d1 li .scene {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b1 .a2b1c1 .a2b1c1d1 li .scene {
    margin-top: 1rem;
  }
}
.cont3 .a3v1 .a3b1 .a2b1c1 .a2b1c1d1[data-idx="0"] li:nth-child(1), .cont3 .a3v1 .a3b1 .a2b1c1 .a2b1c1d1[data-idx="1"] li:nth-child(1) {
  display: block;
}
.cont3 .a3v1 .a3b1 .a2b1c1 .a2b1c1d1[data-idx="2"] li:nth-child(2) {
  display: block;
}
.cont3 .a3v1 .a3b1 .a2b1c1 .a2b1c1d1[data-idx="3"] li:nth-child(3) {
  display: block;
}
.cont3 .a3v1 .a3b1 .a2b1c1 .a2b1c1d1[data-idx="4"] li:nth-child(4) {
  display: block;
}
.cont3 .a3v1 .a3b1 .a2b1c1 .a2b1c1d1[data-idx="5"] li:nth-child(5) {
  display: block;
}
.cont3 .a3v1 .a3b1 .a2b1c1 .a2b1c1d1[data-idx="6"] li:nth-child(6) {
  display: block;
}
.cont3 .a3v1 .a3b1 .a2b1c1 .a2b1c1d1[data-idx="7"] li:nth-child(7) {
  display: block;
}
.cont3 .a3v1 .a3b1 .a2b1c1 .a2b1c1d1[data-idx="8"] li:nth-child(8) {
  display: block;
}
.cont3 .a3v1 .a3b1 .a2b1c1 .a2b1c1d1[data-idx="9"] li:nth-child(9) {
  display: block;
}
.cont3 .a3v1 .a3b2 {
  width: 54%;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b2 {
    width: 100%;
    display: none;
  }
}
.cont3 .a3v1 .a3b2 .a3b2c1 li .a-asca1 {
  position: relative;
}
.cont3 .a3v1 .a3b2 .a3b2c1 li .a-asca1 .as-as2 {
  display: block;
}
.cont3 .a3v1 .a3b2 .a3b2c1 li .a-asca1 .as-as1 {
  position: absolute;
  left: 7%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
  z-index: 2;
}
.cont3 .a3v1 .a3b2 .a3b2c1 li .a-asca1 .as-as1 dl {
  color: #666;
  font-size: 1.25rem;
  line-height: 1.75em;
  font-weight: 500;
  padding: 0.5rem 0;
  cursor: pointer;
}
.cont3 .a3v1 .a3b2 .a3b2c1 li .a-asca1 .as-as1 dl:hover {
  color: var(--color-zt);
}
.cont3 .a3v1 .a3b2 .a3b2c1 li + li {
  margin-top: 3.75rem;
}
.cont3 .a3v1 .a3b2 .a3b2c1 li .img {
  display: block;
  font-size: 0;
  border-radius: 1.875rem;
  box-shadow: 0px 0.1rem 0.2rem 0px rgba(0, 0, 0, 0.1);
}
.cont3 .a3v1 .a3b2 .a3b2c1 li .img img {
  width: 100%;
}

.heng1 {
  display: block;
  font-size: 0;
}
.heng1 img {
  width: 100%;
}
.heng1 video {
  -o-object-fit: cover;
     object-fit: cover;
}

.cont4 {
  padding: 10.625rem 0 8rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont4 {
    padding: 2.5rem 0 2rem;
  }
}
.cont4 .a4v1 {
  position: relative;
  z-index: 2;
}
.cont4 .title1 .scene {
  margin: 2.625rem auto 0;
}
@media (max-width: 768px) {
  .cont4 .title1 .scene {
    margin-top: 1.25rem;
  }
}
.cont4 .heng1 {
  overflow: hidden;
  -webkit-mask-image: url(../images/xz2.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-position: right bottom;
  margin-top: 4rem;
  position: relative;
}
.cont4 .heng1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.35);
}
@media (max-width: 768px) {
  .cont4 .heng1 {
    margin-top: 1.5rem;
  }
}
.cont4 .heng1 .astximg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont4 .a4_list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.375rem;
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .cont4 .a4_list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
.cont4 .a4_list1 li {
  border-radius: 1.875rem;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont4 .a4_list1 li {
    border-radius: 1rem;
  }
}
.cont4 .a4_list1 li a.aimg {
  display: block;
  height: 100%;
  background: rgba(81, 182, 208, 0.4);
  padding: 4.6875rem 6.8181818182% 2.8125rem 13.8636363636%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .cont4 .a4_list1 li a.aimg {
    padding: 2.5rem 8% 1.5rem;
  }
}
.cont4 .a4_list1 li a.aimg .titas {
  color: #595757;
}
.cont4 .a4_list1 li a.aimg .titas .tit {
  font-size: 2rem;
  line-height: 1.25em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cont4 .a4_list1 li a.aimg .titas .tit {
    font-size: 1.5rem;
  }
}
.cont4 .a4_list1 li a.aimg .titas .ftit {
  font-size: 1.25rem;
  line-height: 1.25em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cont4 .a4_list1 li a.aimg .titas .ftit {
    font-size: 1.125rem;
  }
}
.cont4 .a4_list1 li a.aimg i {
  display: block;
  font-size: 0;
  width: 35%;
  margin-left: auto;
  margin-top: 5.5rem;
}
@media (max-width: 768px) {
  .cont4 .a4_list1 li a.aimg i {
    margin-top: 1rem;
    width: 18%;
  }
}
.cont4 .a4_list1 li a.aimg i img {
  width: 100%;
}
.cont4 .a4_list1 li a.aimg i img.b {
  display: none;
}
.cont4 .a4_list1 li a.aimg:hover {
  background: #003C8E;
}
.cont4 .a4_list1 li a.aimg:hover .titas {
  color: #fff;
}
.cont4 .a4_list1 li a.aimg:hover i img.a {
  display: none;
}
.cont4 .a4_list1 li a.aimg:hover i img.b {
  display: block;
}

.sy-cont1-st1 {
  position: relative;
}
.sy-cont1-st1 .xb-gd-cont1 {
  position: fixed;
  right: 6%;
  bottom: 3%;
  width: 34.1145833333%;
  opacity: 0.17;
}
.sy-cont1-st1 .xb-gd-cont1::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #51B6D0;
  -webkit-filter: blur(500px);
          filter: blur(500px);
}
.sy-cont1-st1 .xb-gd-cont1 img {
  width: 100%;
}

.foot-fot {
  position: relative;
  border-top: 1px solid #CECECE;
}
.foot-fot .bjxa {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 65.8333333333%;
}
.foot-fot .bjxa img {
  width: 100%;
}
.foot-fot .foot1 {
  position: relative;
  z-index: 2;
}
.foot-fot .foota1 {
  position: relative;
  z-index: 1;
}
@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 .foota1-v1 {
  padding: 4.5rem 0 1.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.foot-fot .foota1 .foota1-v1 .dlogo img {
  height: 6.625rem;
}
.foot-fot .foota1 .foota1-v1 .asx_list1 {
  width: 77.1428571429%;
}
.foot-fot .foota1 .foota1-v1 .asx_list1 li {
  width: 31.9607843137%;
}
.foot-fot .foota1 .foota1-v1 .asx_list1 li i {
  background: #003C8E;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
.foot-fot .foota1 .foota1-v1 .asx_list1 li i img {
  width: 50%;
}
.foot-fot .foota1 .foota1-v1 .asx_list1 li .p1 {
  width: -webkit-calc(96% - 3rem);
  width: -moz-calc(96% - 3rem);
  width: calc(96% - 3rem);
  color: #000000;
  font-size: 1.125rem;
  list-style: 1.5em;
  font-weight: 500;
}
.foot-fot .foota1 .foota1-v2 {
  padding: 5.3125rem 0 7.75rem;
}
.foot-fot .foota1 .foota1-v2 .fo-a1 .foot-tit {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
.foot-fot .foota1 .foota1-v2 .fo-a1 .dseca {
  margin-top: 0.5rem;
}
.foot-fot .foota1 .foota1-v2 .fo-a1 .dseca a {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  line-height: 1.875em;
  text-align: center;
}
.foot-fot .foota1 .foota1-v2 .fo-a1 .dseca a:hover {
  color: var(--color-zt);
}
.foot-fot .foota1 .foota1-v2 .fo-a2 .db-mra {
  width: 8.25rem;
  border-radius: 0.625rem;
  background: #FFF;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.foot-fot .foota1 .foota1-v2 .fo-a2 .db-mra img {
  width: 100%;
}
.foot-fot .foota1 .foota1-v2 .fo-a2 .social-share {
  margin-top: 0.8rem;
}
.foot-fot .foota1 .foota1-v2 .fo-a2 .social-share a {
  color: #003C8E;
  border-color: #E7E7E7;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.125rem;
}
.foot-fot .foota1 .foota1-v2 .fo-a2 .social-share a:hover {
  background: var(--color-zt);
  border-color: var(--color-zt);
  color: #fff;
}
.foot-fot .foota2 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.65em;
  padding: 0.8em 0;
  background: var(--color-zt);
}
.foot-fot .foota2 a {
  color: white;
}
.foot-fot .foota2 a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.foot-fot .foota2 p + p {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .foot-fot .foota2 p + p {
    margin-left: 0;
  }
}
.foot-fot .foota2 p + p span:last-child {
  display: none;
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
.foot1-m .m-bm-head-box .m-bm-navbtn span, .foot1-m .m-bm-head-box .m-bm-navbtn:after, .foot1-m .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.foot1-m .m-bm-menu {
  background: #fff;
}
.foot1-m .m-bm-nav > li, .foot1-m .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.foot1-m .m-bm-nav > li > a, .foot1-m .m-bm-nav .aniut i, .foot1-m .m-bm-nav > li .sec a, .foot1-m .mrhgxt {
  color: #000;
}

@media (max-width: 990px) {
  .d_nav {
    display: none;
  }
  .fix-gonga {
    display: none !important;
  }
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
.hidden {
  display: none;
}

.zd_erha {
  position: fixed;
  right: 1.82292%;
  bottom: 12%;
  z-index: 999;
}
.zd_erha .dtasxz {
  position: relative;
  width: 3.625rem;
}
.zd_erha .dtasxz a.fanhui {
  background: rgba(0, 59, 132, 0.6);
  color: #fff;
  font-size: 0.75rem;
  height: 3.625rem;
  border-radius: 50%;
  text-align: center;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.zd_erha .dtasxz a.fanhui i {
  font-size: 1.75rem;
  line-height: 1em;
}
.zd_erha .dtasxz a.fanhui p {
  width: 100%;
  line-height: 1em;
}
.zd_erha .aat_list {
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  width: 3.625rem;
  border-radius: 3rem;
  padding: 0.65rem 0;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .zd_erha .aat_list {
    display: none;
  }
}
.zd_erha .aat_list li {
  position: relative;
}
.zd_erha .aat_list li.tops {
  display: none;
}
.zd_erha .aat_list li + li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 70%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background: rgba(63, 63, 63, 0.1);
}
.zd_erha .aat_list li > a {
  display: block;
  width: 100%;
  padding: 1rem 0;
  position: relative;
}
.zd_erha .aat_list li > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -18%;
  width: 18%;
  height: 100%;
}
.zd_erha .aat_list li > a i {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zd_erha .aat_list li > a i img {
  width: 1.75rem;
}
.zd_erha .aat_list li > a p {
  color: #116AAF;
  font-size: 0.75rem;
  line-height: 1.25em;
  text-align: center;
  padding: 0.25em 0;
}
.zd_erha .aat_list li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1.5rem;
  width: auto;
  text-align: center;
  right: -webkit-calc(110% + 5px);
  right: -moz-calc(110% + 5px);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
     -moz-transform: translateX(110%);
      -ms-transform: translateX(110%);
       -o-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 0.4rem;
  white-space: nowrap;
}
.zd_erha .aat_list li .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}
.zd_erha .aat_list li .erghgsb img {
  width: 100%;
}
.zd_erha .aat_list li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/*内页css*/
.loadmore-nodata {
  margin: 0 auto 9em;
}

.text-center {
  text-align: center;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .pagination {
    margin: 0 0 0;
  }
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: 2.375rem;
  color: #333333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 0.2rem;
  font-weight: 500;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  line-height: 2.1;
  background: #fff;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  line-height: 2.1;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: var(--color-zt);
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: var(--color-zt);
  border-color: var(--color-zt);
  vertical-align: middle;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 2.6875rem 0;
  text-align: center;
  list-style: none;
}
@media (max-width: 768px) {
  .pager {
    margin: 1.5rem 0;
  }
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 2.375rem;
  height: 2.375rem;
  background: #fff;
}

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: transparent;
}

.ajhhsd {
  color: #757575;
  font: 400 1rem/2rem "alph";
  padding: 1.3em 0;
}
.ajhhsd i {
  width: 1rem;
  display: inline-block;
  font-size: 0;
  margin-right: 0.75rem;
}
.ajhhsd i img {
  width: 100%;
}
@media (max-width: 768px) {
  .ajhhsd {
    line-height: 1.5em;
    padding: 1em 0;
  }
}
.ajhhsd span {
  padding: 0 0.05em;
}
.ajhhsd span:last-child {
  display: none;
}
.ajhhsd a {
  color: #757575;
}
.ajhhsd a:hover {
  color: var(--color-zt);
}

.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
     background-size: cover;
  padding: 16.5rem 0 7.25rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}

.nav-page li {
  padding-bottom: 1em;
}
.nav-page li + li {
  border-top: 1px solid #f0f0f0;
  padding-top: 1em;
}
.nav-page li > a {
  display: block;
  font: 600 1.35rem/1.5em "alph";
  color: #333;
}
@media (max-width: 768px) {
  .nav-page li > a {
    font-size: 1.25rem;
  }
}
.nav-page li .sec {
  margin-top: 0.5em;
}
.nav-page li .sec a {
  display: inline-block;
  font: 500 1rem/1.6em "alph";
  color: #777;
  margin-right: 1em;
}
.nav-page li .sec a:hover {
  color: var(--color-zt);
}

@media (max-width: 768px) {
  .mt40 {
    margin-top: 1rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "alph";
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "alph";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.ss-list li {
  padding: 1rem 0;
}
.ss-list li + li {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 0.5rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "alph";
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: var(--color-zt);
  font: 500 1rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "alph";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

.shzr-content {
  color: #454545;
  font: 400 1rem/2em "alph";
  padding: 1rem 0 3rem;
}
.shzr-content strong {
  color: #333;
}
.shzr-content h4 {
  margin-bottom: 0.5em;
}

/*内页end*/
.nbanner {
  position: relative;
}
.nbanner .img {
  width: 100%;
  font-size: 0;
  position: relative;
}
.nbanner .img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background: -webkit-linear-gradient(top, rgba(0, 59, 132, 0) 64.78%, rgba(0, 59, 132, 0.97) 100%);
  background: -moz-linear-gradient(top, rgba(0, 59, 132, 0) 64.78%, rgba(0, 59, 132, 0.97) 100%);
  background: -o-linear-gradient(top, rgba(0, 59, 132, 0) 64.78%, rgba(0, 59, 132, 0.97) 100%);
  background: linear-gradient(180deg, rgba(0, 59, 132, 0) 64.78%, rgba(0, 59, 132, 0.97) 100%);
}
.nbanner .img img {
  width: 100%;
}
.nbanner .nbanner-wen1 {
  position: absolute;
  width: 100%;
  z-index: 9;
}
.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
  width: 50%;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont {
    width: 100%;
  }
}
.nbanner .nbanner-wen1 .banner-cont .p1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25em;
  opacity: 0.65;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 1.8rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont .p2 {
  font-size: 4rem;
  line-height: 1.25em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p2 {
    font-size: 2rem;
  }
}
.nbanner .fldah {
  position: absolute;
  left: 0;
  bottom: 7%;
  z-index: 1;
  width: 100%;
}
.nbanner .fldah.on {
  background: rgba(0, 59, 132, 0.97);
  position: fixed;
  bottom: auto;
  top: var(--head-height);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
     -moz-animation: sticky 1s;
       -o-animation: sticky 1s;
          animation: sticky 1s;
  z-index: 9;
}
.nbanner .fldah.on .ny-nav {
  padding: 0 20%;
}
.nbanner .fldah.on .ny-nav li {
  border-bottom: none;
}
.nbanner .fldah.on .ny-nav li a {
  padding-top: 0.95em;
  padding-bottom: 0.95em;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .nbanner .fldah {
    bottom: 4%;
  }
}
.nbanner .fldah .ny-nav {
  gap: 0.125rem;
}
.nbanner .fldah .ny-nav li {
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  position: relative;
}
.nbanner .fldah .ny-nav li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.nbanner .fldah .ny-nav li a {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.375rem;
  line-height: 1.5em;
  padding: 0.85em 1em;
}
@media (max-width: 768px) {
  .nbanner .fldah .ny-nav li a {
    font-size: 1.125rem;
    line-height: 1.25em;
    padding: 0.5em 1em;
  }
}
.nbanner .fldah .ny-nav li:hover, .nbanner .fldah .ny-nav li.active {
  border-color: #fff;
}
.nbanner .fldah .ny-nav li:hover::after, .nbanner .fldah .ny-nav li.active::after {
  width: 100%;
}
.nbanner .fldah .ny-nav li:hover a, .nbanner .fldah .ny-nav li.active a {
  font-weight: 700;
  color: #FFFFFF;
}

.n_mbx {
  position: sticky;
  background: #fff;
  border-bottom: 1px solid #D9D9D9;
  left: 0;
  top: var(--head-height);
  width: 100%;
  z-index: 9;
}
@media (max-width: 990px) {
  .n_mbx {
    top: 60px;
  }
}
.n_mbx .n_src {
  font-size: 0;
  text-align: center;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .n_mbx .n_src {
    white-space: nowrap;
    display: block;
  }
}
.n_mbx .n_src li {
  display: inline-block;
}
.n_mbx .n_src li + li {
  margin-left: 3.75rem;
}
.n_mbx .n_src li a {
  display: block;
  color: #666666;
  font: 500 1rem/3.125rem "alph";
  position: relative;
  text-transform: uppercase;
  padding: 0.85rem 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.n_mbx .n_src li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-zt);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
@media (max-width: 768px) {
  .n_mbx .n_src li a {
    line-height: 2.6rem;
    font-size: 1.1rem;
    padding: 0.5rem 0;
  }
}
.n_mbx .n_src li:hover a, .n_mbx .n_src li.active a {
  color: var(--color-zt);
}
.n_mbx .n_src li:hover a::after, .n_mbx .n_src li.active a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.list_content {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .list_content {
    padding: 2rem 0;
  }
}

@-webkit-keyframes scale2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fang-img {
  -webkit-animation: scale2 4s infinite linear;
  -moz-animation: scale2 4s infinite linear;
  -o-animation: scale2 4s infinite linear;
  animation: scale2 4s infinite linear;
}

#abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
  height: var(--head-height);
  margin-top: -webkit-calc(var(--head-height) * -1);
  margin-top: -moz-calc(var(--head-height) * -1);
  margin-top: calc(var(--head-height) * -1);
}
@media (max-width: 990px) {
  #abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
    height: 60px;
    margin-top: -60px;
  }
}

.abt-cont1 {
  padding: 1.5rem 0 3.125rem;
}
@media (max-width: 768px) {
  .abt-cont1 {
    padding: 0.5rem 0 1rem;
  }
}
.abt-cont1 .p1ta {
  margin-top: 1.5rem;
}
.abt-cont1 .p1ta strong {
  font-weight: 400;
  color: #5E5E5E;
}
@media (max-width: 768px) {
  .abt-cont1 .p1ta {
    margin-top: 1rem;
  }
}
.abt-cont1 .p1ta p {
  margin-top: 0.35rem;
}
.abt-cont1 .a1v2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.625rem;
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .abt-cont1 .a1v2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1rem;
    margin-top: 1.25rem;
  }
}
.abt-cont1 .a1v2 li {
  text-align: center;
  border-top: 1px solid #BDBDBD;
  color: #5E5E5E;
  padding: 2.1875rem 0;
}
@media (max-width: 768px) {
  .abt-cont1 .a1v2 li {
    padding: 1.5rem 0;
  }
}
.abt-cont1 .a1v2 li .data {
  color: #003B84;
  font-size: 3.5625rem;
  line-height: 1.125em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .abt-cont1 .a1v2 li .data {
    font-size: 2.65rem;
  }
}
.abt-cont1 .a1v2 li .data sup {
  font-size: 2rem;
  vertical-align: top;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .abt-cont1 .a1v2 li .data sup {
    font-size: 1.5rem;
  }
}
.abt-cont1 .a1v2 li .tit {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .abt-cont1 .a1v2 li .tit {
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
}
.abt-cont1 .a1v2 li .p1 {
  font-size: 1rem;
  line-height: 1.35em;
  font-weight: 500;
}

.abt-cont2 {
  background: url(../images/bj1.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 6.375rem 0 4.25rem;
}
@media (max-width: 768px) {
  .abt-cont2 {
    padding: 2.25rem 0;
  }
}
.abt-cont2 .abt-a2v1 {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 {
    margin-top: 1rem;
  }
}
.abt-cont2 .abt-a2v1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3.7rem;
  width: 100%;
  height: 1px;
  background: #D6D6D6;
  z-index: -1;
}
.abt-cont2 .abt-a2v1 .mySwiper21 .swiper-slide {
  text-align: center;
  cursor: pointer;
}
.abt-cont2 .abt-a2v1 .mySwiper21 .swiper-slide .date {
  color: #003C8E;
  font-size: 1.5rem;
  line-height: 1.5em;
  height: 1.5em;
  overflow: hidden;
  font-weight: 600;
}
.abt-cont2 .abt-a2v1 .mySwiper21 .swiper-slide .dna {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid #003C8E;
  background: #fff;
  margin: 0.75rem auto;
}
.abt-cont2 .abt-a2v1 .mySwiper21 .swiper-slide .bat {
  color: #7B7B7B;
  font-size: 1rem;
  line-height: 1.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.15rem 1.5em;
  border-radius: 1.75rem;
  margin: 0 auto;
}
.abt-cont2 .abt-a2v1 .mySwiper21 .swiper-slide.swiper-slide-thumb-active .date {
  color: #51B6D0;
}
.abt-cont2 .abt-a2v1 .mySwiper21 .swiper-slide.swiper-slide-thumb-active .dna {
  border-color: #51B6D0;
  background: #51B6D0;
}
.abt-cont2 .abt-a2v1 .mySwiper21 .swiper-slide.swiper-slide-thumb-active .bat {
  background: #51B6D0;
  color: #fff;
}
.abt-cont2 .abt-a2v2 {
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v2 {
    margin-top: 1.25rem;
  }
}
.abt-cont2 .abt-a2v2 .mySwiper2 {
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v2 .mySwiper2 {
    padding: 0;
  }
}
.abt-cont2 .abt-a2v2 .mySwiper2 .swiper-slide .cont-aspxa .img {
  width: 50%;
  aspect-ratio: 16/9;
  border-radius: 1.25rem;
  -webkit-transform: perspective(2500px) rotateX(0) rotateY(24deg);
     -moz-transform: perspective(2500px) rotateX(0) rotateY(24deg);
          transform: perspective(2500px) rotateX(0) rotateY(24deg);
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  -o-transition: -o-transform 2s;
  -moz-transition: transform 2s, -moz-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s, -moz-transform 2s, -o-transform 2s;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v2 .mySwiper2 .swiper-slide .cont-aspxa .img {
    width: 100%;
    -webkit-transform: perspective(2500px) rotateX(0) rotateY(0);
       -moz-transform: perspective(2500px) rotateX(0) rotateY(0);
            transform: perspective(2500px) rotateX(0) rotateY(0);
    border-radius: 1rem;
  }
}
.abt-cont2 .abt-a2v2 .mySwiper2 .swiper-slide .cont-aspxa .img:hover {
  -webkit-transform: perspective(2500px) rotateX(0) rotateY(0);
     -moz-transform: perspective(2500px) rotateX(0) rotateY(0);
          transform: perspective(2500px) rotateX(0) rotateY(0);
}
.abt-cont2 .abt-a2v2 .mySwiper2 .swiper-slide .cont-aspxa .cont-pat {
  width: 51.4285714286%;
  margin-left: -5.2857142857%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v2 .mySwiper2 .swiper-slide .cont-aspxa .cont-pat {
    width: 100%;
    margin-left: 0;
    margin-top: 1.125rem;
  }
}
.abt-cont2 .abt-a2v2 .mySwiper2 .swiper-slide .cont-aspxa .cont-pat .date {
  width: 32.2997416021%;
  color: #003B84;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: right;
  line-height: 1.1em;
  position: relative;
}
.abt-cont2 .abt-a2v2 .mySwiper2 .swiper-slide .cont-aspxa .cont-pat .date b {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5em;
  display: block;
  position: absolute;
  left: 100%;
  top: 2rem;
  white-space: nowrap;
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v2 .mySwiper2 .swiper-slide .cont-aspxa .cont-pat .date b {
    top: 0.25rem;
    font-size: 1.26rem;
  }
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v2 .mySwiper2 .swiper-slide .cont-aspxa .cont-pat .date {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.5rem;
    text-align: left;
  }
}
.abt-cont2 .abt-a2v2 .mySwiper2 .swiper-slide .cont-aspxa .cont-pat .date span {
  display: block;
  font-size: 6rem;
  line-height: 1.1em;
  text-align: left;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v2 .mySwiper2 .swiper-slide .cont-aspxa .cont-pat .date span {
    font-size: 2.5rem;
  }
}
.abt-cont2 .abt-a2v2 .mySwiper2 .swiper-slide .cont-aspxa .cont-pat .p2 {
  width: 55.4263565891%;
  color: #7B7B7B;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5em;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v2 .mySwiper2 .swiper-slide .cont-aspxa .cont-pat .p2 {
    width: 100%;
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}

.abt-cont3 {
  padding: 8.25rem 0;
}
@media (max-width: 768px) {
  .abt-cont3 {
    padding: 2.25rem 0;
  }
}
.abt-cont3 .abt-a3v1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 {
    margin-top: 1.25rem;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b1 {
  width: 48.0714285714%;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b1 {
    width: 100%;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b1 .img {
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b1 .img {
    border-radius: 1rem;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b1 img {
  width: 100%;
}
.abt-cont3 .abt-a3v1 .abt-a3b2 {
  width: 48.0714285714%;
  position: relative;
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .asxtxa {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b2 p + p {
  margin-top: 0.5em;
}

.abt-cont4 {
  position: relative;
  background: #F2F8FD;
  padding: 10rem 0 9.625rem;
}
@media (max-width: 768px) {
  .abt-cont4 {
    padding: 2.55rem 0;
  }
}
.abt-cont4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 32.2916666667%;
  height: 100%;
  background: -webkit-linear-gradient(263deg, #003C8E -5.92%, #51B6D0 94.47%);
  background: -moz-linear-gradient(263deg, #003C8E -5.92%, #51B6D0 94.47%);
  background: -o-linear-gradient(263deg, #003C8E -5.92%, #51B6D0 94.47%);
  background: linear-gradient(187deg, #003C8E -5.92%, #51B6D0 94.47%);
}
@media (max-width: 768px) {
  .abt-cont4::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .abt-cont4 > .wh {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.abt-cont4 .wehgxa {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(14px);
  border-radius: 1rem;
  padding: 2.5% 4.5%;
  color: #333;
  line-height: 1.75em;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 768px) {
  .abt-cont4 .wehgxa {
    padding: 1.5rem 7%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.5rem;
  }
}
.abt-cont4 .abt-a4v1 {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 {
    width: 100%;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b1 {
  width: 32.1428571429%;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b1 {
    width: 100%;
    display: none;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b1 li {
  display: none;
}
.abt-cont4 .abt-a4v1 .abt-a4b1 li a.img {
  display: block;
  font-size: 0;
  border-radius: 0.5rem;
  overflow: hidden;
}
.abt-cont4 .abt-a4v1 .abt-a4b1 li a.img img {
  width: 100%;
}
.abt-cont4 .abt-a4v1 .abt-a4b2 {
  width: 62.5%;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 {
    width: 100%;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2v1 {
  position: relative;
  padding-top: 1.5rem;
  margin-top: 1rem;
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2v1 .jt-gong {
  position: absolute;
  right: 0;
  top: -4rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2v1 .jt-gong {
    top: -2.6rem;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2v1 .jt-gong > div {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  background: #fff;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2v1 .jt-gong > div {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2v1 .jt-gong > div i {
  color: #D6D6D6;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2v1 .jt-gong > div i {
    font-size: 1.125rem;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2v1 .jt-gong > div + div {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2v1 .jt-gong > div + div {
    margin-top: 0.5rem;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2v1 .jt-gong > div:hover {
  background-color: #51B6D0;
  border-color: #51B6D0;
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2v1 .jt-gong > div:hover i {
  color: #fff;
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 {
  padding-right: 5rem;
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li {
  display: none;
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li .tit {
  color: #292929;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li .tit {
    font-size: 1.35rem;
    margin-bottom: 1.5rem;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li .tit p {
  font-size: 1.25rem;
  color: #5E5E5E;
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li .p1 {
  color: #5E5E5E;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 0.5em;
  height: 6em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li .p1 {
    font-size: 1.125rem;
    height: auto;
    display: block;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .mySwiper3 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 .mySwiper3 {
    margin-top: 1.25rem;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .mySwiper3 .swiper-slide .img {
  border-radius: 0.5rem;
  overflow: hidden;
  border: 4px solid transparent;
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .mySwiper3 .swiper-slide .img img {
  width: 100%;
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .mySwiper3 .swiper-slide.swiper-slide-active .img {
  border-color: #51B6D0;
}

.abt-cont5 {
  background: #F9FEFF;
  padding: 9.25rem 0 7.8125rem;
}
@media (max-width: 768px) {
  .abt-cont5 {
    padding: 2.25rem 0;
  }
}
.abt-cont5 .abt-a5v1 .abt-a5b1 {
  width: 37.1428571429%;
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5v1 .abt-a5b1 {
    width: 100%;
  }
}
.abt-cont5 .abt-a5v1 .abt-a5b1 .titast {
  color: #292929;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25em;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5v1 .abt-a5b1 .titast {
    font-size: 1.35rem;
  }
}
.abt-cont5 .abt-a5v1 .abt-a5b1 .asjhxa1 {
  padding: 1rem 0 2rem;
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5v1 .abt-a5b1 .asjhxa1 {
    padding: 0.5rem 0 1rem;
  }
}
.abt-cont5 .abt-a5v1 .abt-a5b1 .asjhxa1 li {
  margin-top: 0.65rem;
}
.abt-cont5 .abt-a5v1 .abt-a5b1 .asjhxa1 li a {
  color: #747474;
  font-size: 1.25rem;
  line-height: 1.25em;
  position: relative;
  padding-left: 1em;
  font-weight: 500;
  display: block;
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5v1 .abt-a5b1 .asjhxa1 li a {
    font-size: 1.125rem;
  }
}
.abt-cont5 .abt-a5v1 .abt-a5b1 .asjhxa1 li a::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.abt-cont5 .abt-a5v1 .abt-a5b1 .asjhxa1 li a:hover {
  color: var(--color-zt);
}
.abt-cont5 .abt-a5v1 .abt-a5b2 {
  width: 72.2142857143%;
  margin-right: -10%;
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5v1 .abt-a5b2 {
    width: 100%;
    margin-right: 0;
  }
}
.abt-cont5 .abt-a5v1 .abt-a5b2 .img img {
  width: 100%;
}

.abt-cont6 {
  padding: 8.125rem 0 6.25rem;
}
@media (max-width: 768px) {
  .abt-cont6 {
    padding: 2.5rem 0;
  }
}
.abt-cont6 .abt-a6v1 .abt-a6b1 {
  width: 42.6428571429%;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v1 .abt-a6b1 {
    width: 100%;
  }
}
.abt-cont6 .abt-a6v1 .abt-a6b1 .abt-a6b1c1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v1 .abt-a6b1 .abt-a6b1c1 {
    margin-top: 1rem;
  }
}
.abt-cont6 .abt-a6v1 .abt-a6b1 .abt-a6b1c1 li {
  border-bottom: 1px solid #D9D9D9;
  padding: 1rem 0;
}
.abt-cont6 .abt-a6v1 .abt-a6b1 .abt-a6b1c1 li * {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.abt-cont6 .abt-a6v1 .abt-a6b1 .abt-a6b1c1 li i {
  background: #003B84;
  width: 5rem;
  border-radius: 50%;
  aspect-ratio: 9/9;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v1 .abt-a6b1 .abt-a6b1c1 li i {
    width: 4rem;
  }
}
.abt-cont6 .abt-a6v1 .abt-a6b1 .abt-a6b1c1 li i img {
  width: 60%;
}
.abt-cont6 .abt-a6v1 .abt-a6b1 .abt-a6b1c1 li .cont-p {
  width: -webkit-calc(96% - 5rem);
  width: -moz-calc(96% - 5rem);
  width: calc(96% - 5rem);
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v1 .abt-a6b1 .abt-a6b1c1 li .cont-p {
    width: -webkit-calc(96% - 4rem);
    width: -moz-calc(96% - 4rem);
    width: calc(96% - 4rem);
  }
}
.abt-cont6 .abt-a6v1 .abt-a6b1 .abt-a6b1c1 li .cont-p .tit {
  color: #595757;
  font-size: 1.85rem;
  line-height: 1.35em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v1 .abt-a6b1 .abt-a6b1c1 li .cont-p .tit {
    font-size: 1.5rem;
  }
}
.abt-cont6 .abt-a6v1 .abt-a6b1 .abt-a6b1c1 li .cont-p .ftit {
  color: #51B6D0;
  font-size: 1.85rem;
  line-height: 1.35em;
  font-weight: 500;
  display: none;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v1 .abt-a6b1 .abt-a6b1c1 li .cont-p .ftit {
    font-size: 1.5rem;
  }
}
.abt-cont6 .abt-a6v1 .abt-a6b1 .abt-a6b1c1 li.on i {
  background: #51B6D0;
}
.abt-cont6 .abt-a6v1 .abt-a6b1 .abt-a6b1c1 li.on .cont-p .tit {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v1 .abt-a6b1 .abt-a6b1c1 li.on .cont-p .tit {
    font-size: 1rem;
  }
}
.abt-cont6 .abt-a6v1 .abt-a6b1 .abt-a6b1c1 li.on .cont-p .ftit {
  display: block;
}
.abt-cont6 .abt-a6v1 .abt-a6b2 {
  width: 41.4285714286%;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v1 .abt-a6b2 {
    width: 70%;
    margin: 1.5rem auto 0;
  }
}
.abt-cont6 .abt-a6v1 .abt-a6b2 .abt-a6b2c1 li {
  display: none;
}
.abt-cont6 .abt-a6v1 .abt-a6b2 .abt-a6b2c1 li a.astx {
  display: block;
  font-size: 0;
  overflow: hidden;
  -webkit-mask-image: url(../images/xz3.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-position: right bottom;
}
.abt-cont6 .abt-a6v1 .abt-a6b2 .abt-a6b2c1 li a.astx img {
  width: 100%;
}

.abt-cont7 {
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
  padding: 18.125rem 0 17.25rem;
}
@media (max-width: 768px) {
  .abt-cont7 {
    padding: 3rem 0;
  }
}
.abt-cont7 .abt-a7v1 .p1 {
  width: 55%;
  margin: 1.5rem 0 2rem;
}
@media (max-width: 768px) {
  .abt-cont7 .abt-a7v1 .p1 {
    width: 100%;
    margin: 0.65rem 0 1.5rem;
  }
}

.honer-content {
  padding: 2rem 0 1rem;
}
@media (max-width: 768px) {
  .honer-content {
    padding: 1rem 0 0.5rem;
  }
}
.honer-content .honer-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .honer-content .honer-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 450px) {
  .honer-content .honer-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.honer-content .honer-list li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.honer-content .honer-list li a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.honer-content .honer-list li a.img i img {
  width: 100%;
}
.honer-content .honer-list li a.img .tit {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0.65rem 0;
  color: #999;
}
@media (max-width: 768px) {
  .honer-content .honer-list li a.img .tit {
    padding: 0.5rem 0;
  }
}
.honer-content .honer-list li a.img:hover .tit {
  color: #116AAF;
}

.gong-pagination {
  text-align: center;
}
.gong-pagination span {
  background: rgba(0, 0, 0, 0.25);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  display: inline-block;
  opacity: 1;
  margin: 0 0.25rem;
}
.gong-pagination span.swiper-pagination-bullet-active {
  background: #003B84;
}

.news-cont1 {
  background: #F9F9F9;
  padding-bottom: 3.125rem;
}
@media (max-width: 768px) {
  .news-cont1 {
    padding-bottom: 2rem;
  }
}
.news-cont1 .mySwiper4 {
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .news-cont1 .mySwiper4 {
    margin-top: 0.5rem;
  }
}
.news-cont1 .mySwiper4 .swiper-slide .cont a.img {
  display: block;
  font-size: 0;
  width: 50%;
}
@media (max-width: 768px) {
  .news-cont1 .mySwiper4 .swiper-slide .cont a.img {
    width: 100%;
  }
}
.news-cont1 .mySwiper4 .swiper-slide .cont a.img img {
  width: 100%;
}
.news-cont1 .mySwiper4 .swiper-slide .cont .da-cont {
  width: 50%;
  padding: 2rem 3%;
}
@media (max-width: 768px) {
  .news-cont1 .mySwiper4 .swiper-slide .cont .da-cont {
    width: 100%;
    padding: 1.5rem 7%;
  }
}
.news-cont1 .mySwiper4 .swiper-slide .cont .da-cont .data {
  color: #A0A0A0;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
}
.news-cont1 .mySwiper4 .swiper-slide .cont .da-cont a.name {
  display: block;
  font-size: 1.625rem;
  line-height: 1.25em;
  color: #5E5E5E;
  font-weight: 500;
  margin: 0.25em 0 0.6em;
}
@media (max-width: 768px) {
  .news-cont1 .mySwiper4 .swiper-slide .cont .da-cont a.name {
    font-size: 1.35rem;
  }
}
.news-cont1 .mySwiper4 .swiper-slide .cont .da-cont .p1 {
  color: #7B7B7B;
  font-size: 1.25rem;
  line-height: 1.5em;
}
.news-cont1 .mySwiper4 .swiper-slide .cont .da-cont a.more-b {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .news-cont1 .mySwiper4 .swiper-slide .cont .da-cont a.more-b {
    margin-top: 1rem;
  }
}
.news-cont1 .swiper-pagination1 {
  margin-top: 2.125rem;
}
@media (max-width: 768px) {
  .news-cont1 .swiper-pagination1 {
    margin-top: 1.25rem;
  }
}

.news-cont2 {
  padding: 3.125rem 0 1rem;
}
@media (max-width: 768px) {
  .news-cont2 {
    padding: 1.75rem 0 1rem;
  }
}

.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
}
@media (max-width: 768px) {
  .news-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 450px) {
  .news-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.news-list li {
  border-radius: 1.875rem;
  background: #fff;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-list li {
    border-radius: 1.25rem;
  }
}
.news-list li a.img {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.news-list li a.img img {
  width: 100%;
}
.news-list li .cont-p {
  padding: 1.25rem 6% 2.25rem;
}
@media (max-width: 768px) {
  .news-list li .cont-p {
    padding: 1.25rem 6% 1.85rem;
  }
}
.news-list li .cont-p .date {
  color: #A0A0A0;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
}
.news-list li .cont-p span {
  display: inline-block;
  color: #003B84;
  font-size: 0.875rem;
  line-height: 1.5em;
  border: 1px solid #003B84;
  padding: 0.1rem 1rem;
  border-radius: 1.5rem;
  margin: 0.5rem 0 1rem;
}
.news-list li .cont-p a.name {
  color: #5E5E5E;
  font-size: 1.375rem;
  line-height: 1.35em;
  display: block;
}
@media (max-width: 768px) {
  .news-list li .cont-p a.name {
    font-size: 1.25rem;
  }
}
.news-list li:hover {
  background: var(--color-zt);
}
.news-list li:hover .cont-p .date {
  color: #fff;
}
.news-list li:hover .cont-p span {
  color: #fff;
  border-color: #fff;
}
.news-list li:hover .cont-p a.name {
  color: #fff;
}

.ny-show_bodyxw {
  padding-top: var(--head-height);
}

.xw-show_bja {
  background: #D0EBF2;
  padding: 4.0625rem 0;
}
@media (max-width: 768px) {
  .xw-show_bja {
    padding: 2.25rem 0;
  }
}
.xw-show_bja span {
  display: inline-block;
  color: #003B84;
  font-size: 0.875rem;
  line-height: 2em;
  border: 1px solid #003B84;
  padding: 0 1.25em;
  border-radius: 1.5rem;
}
.xw-show_bja .title-a {
  color: #000000;
  font-size: 2.9375rem;
  line-height: 1.25em;
  margin: 1.25rem 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .xw-show_bja .title-a {
    font-size: 1.85rem;
    margin: 1.25rem 0 1rem;
  }
}
.xw-show_bja .title-b .date-a {
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.xw-show_bja .title-b .fen-xiang {
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.xw-show_bja .title-b .fen-xiang .social-share a {
  border: none;
  font-size: 1.25rem;
  color: #003C8E;
  background: transparent;
}
@media (max-width: 768px) {
  .xw-show_bja .title-b .fen-xiang .social-share a {
    font-size: 1.125rem;
  }
}

.show-news-content {
  padding: 4.5rem 0 3.125rem;
}
@media (max-width: 768px) {
  .show-news-content {
    padding: 2rem 0 1rem;
  }
}
.show-news-content .show-news-a1_v1 .xinwn-consss {
  color: #7B7B7B;
  font-size: 1.25rem;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .xinwn-consss {
    font-size: 1.125rem;
  }
}
.show-news-content .show-news-a1_v1 .xinwn-consss video {
  max-width: 100%;
}
.show-news-content .show-news-a1_v1 .xinwn-consss img {
  width: 100%;
  border-radius: 1.25rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .xinwn-consss img {
    border-radius: 1rem;
  }
}
.show-news-content .show-news-a1_v1 .xinwn-consss .mySwiper8 {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .xinwn-consss .mySwiper8 {
    border-radius: 1rem;
  }
}
.show-news-content .show-news-a1_v1 .xinwn-consss .mySwiper8 .swiper-pagination1 {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
  z-index: 1;
}
.show-news-content .show-news-a1_v1 .xinwn-consss .mySwiper8 .swiper-pagination1 span {
  background: rgba(0, 78, 162, 0.4);
  width: 1.5rem;
  height: 2px;
  border-radius: 0;
  opacity: 1;
}
.show-news-content .show-news-a1_v1 .xinwn-consss .mySwiper8 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #004EA2;
}
.show-news-content .show-news-a1_v1 .pain {
  border-top: 1px solid #D0D0D0;
  margin-top: 2.5rem;
  padding: 1.5rem 0;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .pain {
    margin-top: 1.25rem;
    padding: 1.25rem 0;
  }
}
.show-news-content .show-news-a1_v1 .pain a {
  color: #404040;
  font-size: 1.25rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .pain a {
    font-size: 1.125rem;
  }
}
.show-news-content .show-news-a1_v1 .pain a i {
  font-size: 1.35rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .pain a i {
    font-size: 1.25rem;
  }
}
.show-news-content .show-news-a1_v1 .pain a:hover {
  color: var(--color-zt);
}

.sp-content {
  padding: 2rem 0 1rem;
}
@media (max-width: 768px) {
  .sp-content {
    padding: 1rem 0 0.5rem;
  }
}
.sp-content .sp-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
}
@media (max-width: 768px) {
  .sp-content .sp-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 450px) {
  .sp-content .sp-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.sp-content .sp-list li {
  border-radius: 1.875rem;
  background: #fff;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
@media (max-width: 768px) {
  .sp-content .sp-list li {
    border-radius: 1.25rem;
  }
}
.sp-content .sp-list li a.img {
  display: block;
  font-size: 0;
}
.sp-content .sp-list li a.img > img {
  width: 100%;
}
.sp-content .sp-list li a.img i {
  display: block;
  font-size: 0;
  width: 2.875rem;
}
.sp-content .sp-list li a.img i img {
  width: 100%;
}
.sp-content .sp-list li .cont-p {
  padding: 1.25rem 6% 2.25rem;
}
@media (max-width: 768px) {
  .sp-content .sp-list li .cont-p {
    padding: 1.25rem 6% 1.85rem;
  }
}
.sp-content .sp-list li .cont-p .date {
  color: #A0A0A0;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
}
.sp-content .sp-list li .cont-p span {
  display: inline-block;
  color: #003B84;
  font-size: 0.875rem;
  line-height: 1.5em;
  border: 1px solid #003B84;
  padding: 0.1rem 1rem;
  border-radius: 1.5rem;
  margin: 0.5rem 0 1rem;
}
.sp-content .sp-list li .cont-p a.name {
  color: #5E5E5E;
  font-size: 1.375rem;
  line-height: 1.35em;
  display: block;
}
@media (max-width: 768px) {
  .sp-content .sp-list li .cont-p a.name {
    font-size: 1.25rem;
  }
}
.sp-content .sp-list li .cont-p a.name:hover {
  color: var(--color-zt);
}

.dow-content {
  padding: 2rem 0 1rem;
}
@media (max-width: 768px) {
  .dow-content {
    padding: 1rem 0 0.5rem;
  }
}
.dow-content .dow-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 2.25rem;
}
@media (max-width: 768px) {
  .dow-content .dow-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.dow-content .dow-list li {
  background: rgba(81, 182, 208, 0.27);
  border-radius: 1.875rem;
}
@media (max-width: 768px) {
  .dow-content .dow-list li {
    border-radius: 1rem;
  }
}
.dow-content .dow-list li a.img {
  padding: 3.75rem 12%;
}
@media (max-width: 768px) {
  .dow-content .dow-list li a.img {
    padding: 2rem 8%;
  }
}
.dow-content .dow-list li a.img i {
  display: block;
  font-size: 0;
  width: 3.4375rem;
}
@media (max-width: 768px) {
  .dow-content .dow-list li a.img i {
    width: 3.25rem;
  }
}
.dow-content .dow-list li a.img i img {
  width: 100%;
}
.dow-content .dow-list li a.img .cont-p {
  width: -webkit-calc(90% - 3.4375rem);
  width: -moz-calc(90% - 3.4375rem);
  width: calc(90% - 3.4375rem);
}
@media (max-width: 768px) {
  .dow-content .dow-list li a.img .cont-p {
    width: -webkit-calc(93% - 3.25rem);
    width: -moz-calc(93% - 3.25rem);
    width: calc(93% - 3.25rem);
  }
}
.dow-content .dow-list li a.img .cont-p .tit {
  color: #5E5E5E;
  font-size: 1.375rem;
  line-height: 1.5em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .dow-content .dow-list li a.img .cont-p .tit {
    font-size: 1.25rem;
  }
}
.dow-content .dow-list li a.img .cont-p .flsxz {
  color: #003B84;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.65rem;
}
.dow-content .dow-list li a.img .cont-p .flsxz i {
  font-size: 1rem;
  margin-left: 0.25rem;
}
.dow-content .dow-list li:hover {
  background: #003B84;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.07);
}
.dow-content .dow-list li:hover a.img i img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.dow-content .dow-list li:hover a.img .cont-p .tit, .dow-content .dow-list li:hover a.img .cont-p .flsxz {
  color: #fff;
}

.shzr-cont1 {
  padding: 2rem 0 1rem;
}
@media (max-width: 768px) {
  .shzr-cont1 {
    padding: 1rem 0 0.5rem;
  }
}
.shzr-cont1 .news-list {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .shzr-cont1 .news-list {
    margin-top: 1.25rem;
  }
}

.shzr-cont2 {
  padding: 4.0625rem 0 8.625rem;
}
@media (max-width: 768px) {
  .shzr-cont2 {
    padding: 2rem 0;
  }
}
.shzr-cont2 .shzr-a2v1 {
  border-radius: 1.875rem;
  background: #B7E1EC;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.07);
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .shzr-cont2 .shzr-a2v1 {
    margin-top: 1.25rem;
    border-radius: 1rem;
  }
}
.shzr-cont2 .shzr-a2v1 .shzr-a2b1 {
  width: 50%;
}
@media (max-width: 768px) {
  .shzr-cont2 .shzr-a2v1 .shzr-a2b1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.shzr-cont2 .shzr-a2v1 .shzr-a2b1 img {
  width: 100%;
}
.shzr-cont2 .shzr-a2v1 .shzr-a2b2 {
  width: 50%;
  padding: 2rem 4%;
}
@media (max-width: 768px) {
  .shzr-cont2 .shzr-a2v1 .shzr-a2b2 {
    width: 100%;
    padding: 2.5rem 7% 0;
  }
}
.shzr-cont2 .shzr-a2v1 .shzr-a2b2 .tit {
  color: #5E5E5E;
  font-size: 1.625rem;
  line-height: 1.5em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .shzr-cont2 .shzr-a2v1 .shzr-a2b2 .tit {
    font-size: 1.35rem;
  }
}
.shzr-cont2 .shzr-a2v1 .shzr-a2b2 .p1 {
  color: #7B7B7B;
  font-size: 1.25rem;
  line-height: 1.6em;
  margin: 0.5rem 0 2rem;
}
@media (max-width: 768px) {
  .shzr-cont2 .shzr-a2v1 .shzr-a2b2 .p1 {
    font-size: 1.125rem;
    margin: 0.5rem 0 1rem;
  }
}

.news-content1 {
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .news-content1 {
    padding: 0.5rem 0;
  }
}
.news-content1 .news1-list li {
  border-bottom: 1px solid #D9D9D9;
}
.news-content1 .news1-list li:nth-child(1) {
  padding-bottom: 3.125rem;
}
@media (max-width: 768px) {
  .news-content1 .news1-list li:nth-child(1) {
    padding-bottom: 1.5rem;
  }
}
.news-content1 .news1-list li:not(:nth-child(1)) {
  padding: 3.125rem 0;
}
@media (max-width: 768px) {
  .news-content1 .news1-list li:not(:nth-child(1)) {
    padding: 1.5rem 0;
  }
}
.news-content1 .news1-list li a.img {
  display: block;
  font-size: 0;
  width: 50%;
  border-radius: 1.5rem;
}
@media (max-width: 768px) {
  .news-content1 .news1-list li a.img {
    width: 100%;
    border-radius: 1rem;
  }
}
.news-content1 .news1-list li a.img img {
  width: 100%;
}
.news-content1 .news1-list li .cont-p {
  width: 44.5714285714%;
}
@media (max-width: 768px) {
  .news-content1 .news1-list li .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}
.news-content1 .news1-list li .cont-p .date {
  color: #A0A0A0;
  font-size: 1rem;
  line-height: 1.5em;
}
.news-content1 .news1-list li .cont-p a.name {
  display: block;
  font-size: 1.375rem;
  line-height: 1.6em;
  color: #5E5E5E;
}
@media (max-width: 768px) {
  .news-content1 .news1-list li .cont-p a.name {
    font-size: 1.25rem;
  }
}
.news-content1 .news1-list li .cont-p a.name:hover {
  color: var(--color-zt);
}
.news-content1 .news1-list li .cont-p .p1 {
  color: #7B7B7B;
  font-size: 1.125rem;
  line-height: 1.65em;
  margin: 0.5rem 0 2rem;
}
@media (max-width: 768px) {
  .news-content1 .news1-list li .cont-p .p1 {
    font-size: 1rem;
    margin: 0.5rem 0 0.75rem;
  }
}

.jyzy-cont1 {
  padding: 1rem 0 6.875rem;
}
@media (max-width: 768px) {
  .jyzy-cont1 {
    padding: 0.5rem 0 2rem;
  }
}
.jyzy-cont1 .sp-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .jyzy-cont1 .sp-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: 1rem;
  }
}
@media (max-width: 450px) {
  .jyzy-cont1 .sp-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.jyzy-cont1 .sp-list li {
  border-radius: 1.875rem;
  background: #fff;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
@media (max-width: 768px) {
  .jyzy-cont1 .sp-list li {
    border-radius: 1.25rem;
  }
}
.jyzy-cont1 .sp-list li a.img {
  display: block;
  font-size: 0;
}
.jyzy-cont1 .sp-list li a.img > img {
  width: 100%;
}
.jyzy-cont1 .sp-list li a.img i {
  display: block;
  font-size: 0;
  width: 2.875rem;
}
.jyzy-cont1 .sp-list li a.img i img {
  width: 100%;
}
.jyzy-cont1 .sp-list li .cont-p {
  padding: 1.25rem 6% 2.25rem;
}
@media (max-width: 768px) {
  .jyzy-cont1 .sp-list li .cont-p {
    padding: 1.25rem 6% 1.85rem;
  }
}
.jyzy-cont1 .sp-list li .cont-p .date {
  color: #A0A0A0;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
}
.jyzy-cont1 .sp-list li .cont-p a.name {
  color: #5E5E5E;
  font-size: 1.375rem;
  line-height: 1.35em;
  display: block;
}
@media (max-width: 768px) {
  .jyzy-cont1 .sp-list li .cont-p a.name {
    font-size: 1.25rem;
  }
}
.jyzy-cont1 .sp-list li .cont-p a.name:hover {
  color: var(--color-zt);
}

.jyzy-cont2 {
  padding: 5.625rem 0 8.25rem;
  background: #F9F9F9;
}
@media (max-width: 768px) {
  .jyzy-cont2 {
    padding: 2rem 0;
  }
}
.jyzy-cont2 .dow-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 2.25rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .jyzy-cont2 .dow-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1rem;
  }
}
.jyzy-cont2 .dow-list li {
  background: rgba(81, 182, 208, 0.27);
  border-radius: 1.875rem;
}
@media (max-width: 768px) {
  .jyzy-cont2 .dow-list li {
    border-radius: 1rem;
  }
}
.jyzy-cont2 .dow-list li a.img {
  padding: 3.75rem 12%;
}
@media (max-width: 768px) {
  .jyzy-cont2 .dow-list li a.img {
    padding: 2rem 8%;
  }
}
.jyzy-cont2 .dow-list li a.img i {
  display: block;
  font-size: 0;
  width: 3.4375rem;
}
@media (max-width: 768px) {
  .jyzy-cont2 .dow-list li a.img i {
    width: 3.25rem;
  }
}
.jyzy-cont2 .dow-list li a.img i img {
  width: 100%;
}
.jyzy-cont2 .dow-list li a.img .cont-p {
  width: -webkit-calc(90% - 3.4375rem);
  width: -moz-calc(90% - 3.4375rem);
  width: calc(90% - 3.4375rem);
}
@media (max-width: 768px) {
  .jyzy-cont2 .dow-list li a.img .cont-p {
    width: -webkit-calc(93% - 3.25rem);
    width: -moz-calc(93% - 3.25rem);
    width: calc(93% - 3.25rem);
  }
}
.jyzy-cont2 .dow-list li a.img .cont-p .tit {
  color: #5E5E5E;
  font-size: 1.375rem;
  line-height: 1.5em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .jyzy-cont2 .dow-list li a.img .cont-p .tit {
    font-size: 1.25rem;
  }
}
.jyzy-cont2 .dow-list li a.img .cont-p .flsxz {
  color: #003B84;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.65rem;
}
.jyzy-cont2 .dow-list li a.img .cont-p .flsxz i {
  font-size: 1rem;
  margin-left: 0.25rem;
}
.jyzy-cont2 .dow-list li:hover {
  background: #003B84;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.07);
}
.jyzy-cont2 .dow-list li:hover a.img i img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.jyzy-cont2 .dow-list li:hover a.img .cont-p .tit, .jyzy-cont2 .dow-list li:hover a.img .cont-p .flsxz {
  color: #fff;
}

.product-list1 {
  padding: 1rem 0 2rem;
}
@media (max-width: 768px) {
  .product-list1 {
    padding: 0.65rem 0 1rem;
  }
}
.product-list1 > li .imgasx {
  border-radius: 1.875rem;
  background: #fff;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.07);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .product-list1 > li .imgasx {
    border-radius: 1rem;
  }
}
.product-list1 > li .imgasx .cont-p {
  width: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding: 1.5rem 4%;
}
@media (max-width: 768px) {
  .product-list1 > li .imgasx .cont-p {
    width: 100%;
    padding: 1.75rem 7%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.product-list1 > li .imgasx .cont-p .tit1 {
  width: 100%;
}
.product-list1 > li .imgasx .cont-p .tit1 .tit {
  color: #5D5D5D;
  font-size: 1.625rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .product-list1 > li .imgasx .cont-p .tit1 .tit {
    font-size: 1.35rem;
  }
}
.product-list1 > li .imgasx .cont-p .tit1 .wehs {
  background: #51B6D0;
  width: 5.25rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #51B6D0;
}
@media (max-width: 768px) {
  .product-list1 > li .imgasx .cont-p .tit1 .wehs {
    width: 3.85rem;
  }
}
.product-list1 > li .imgasx .cont-p .tit1 .wehs img {
  width: 50%;
}
.product-list1 > li .imgasx .cont-p .tit2 {
  color: #5D5D5D;
  font-size: 1.25rem;
  line-height: 1.5em;
  width: 100%;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .product-list1 > li .imgasx .cont-p .tit2 {
    font-size: 1.125rem;
  }
}
.product-list1 > li .imgasx .cont-p .p1 {
  color: #7B7B7B;
  font-size: 1.25rem;
  line-height: 1.6em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .product-list1 > li .imgasx .cont-p .p1 {
    font-size: 1.125rem;
  }
}
.product-list1 > li .imgasx .cont-p .more-bk {
  margin-top: 1.25rem;
  display: inline-block;
  padding: 0.875rem 3.25rem;
  border-radius: 3.125rem;
  color: var(--color-zt);
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 1.125rem;
  line-height: 1.5em;
  border: 1px solid var(--color-zt);
}
@media (max-width: 768px) {
  .product-list1 > li .imgasx .cont-p .more-bk {
    padding: 0.6rem 2.2rem;
    font-size: 1rem;
    margin-top: 1rem;
  }
}
.product-list1 > li .imgasx .iwexa1 {
  width: 50%;
}
@media (max-width: 768px) {
  .product-list1 > li .imgasx .iwexa1 {
    width: 100%;
  }
}
.product-list1 > li .imgasx .iwexa1 img {
  width: 100%;
  aspect-ratio: 16/11;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-list1 > li .imgasx .iwexa1 .mySwiper5 {
  position: relative;
}
.product-list1 > li .imgasx .iwexa1 .mySwiper5 .swiper-pagination1 {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
  z-index: 1;
}
.product-list1 > li .imgasx .iwexa1 .mySwiper5 .swiper-pagination1 span {
  background: rgba(0, 78, 162, 0.4);
  width: 2.5rem;
  height: 2px;
  border-radius: 0;
  opacity: 1;
}
.product-list1 > li .imgasx .iwexa1 .mySwiper5 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #004EA2;
}
.product-list1 > li .imgasx:hover {
  background: #003C8E;
}
.product-list1 > li .imgasx:hover .cont-p .tit1 .tit {
  color: #fff;
}
.product-list1 > li .imgasx:hover .cont-p .tit1 .wehs {
  background: transparent;
  border-color: #fff;
}
.product-list1 > li .imgasx:hover .cont-p .tit2, .product-list1 > li .imgasx:hover .cont-p .p1 {
  color: #fff;
}
.product-list1 > li .imgasx:hover .cont-p .more-bk {
  background: #51B6D0;
  border-color: #51B6D0;
  color: #fff;
}
.product-list1 > li + li {
  margin-top: 3.625rem;
}
@media (max-width: 768px) {
  .product-list1 > li + li {
    margin-top: 1.5rem;
  }
}

.cp-sort-aq1 {
  padding: 2rem 0 2.5rem;
}
@media (max-width: 768px) {
  .cp-sort-aq1 {
    padding: 1rem 0 1.5rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.cp-sort-aq1 li {
  padding: 0 2%;
}
@media (max-width: 768px) {
  .cp-sort-aq1 li {
    padding: 0;
  }
}
.cp-sort-aq1 li .bla .img {
  width: 5.125rem;
  aspect-ratio: 1/1;
  border: 1px solid #003B84;
  border-radius: 50%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cp-sort-aq1 li .bla .img {
    width: 4rem;
  }
}
.cp-sort-aq1 li .bla .img img {
  width: 50%;
}
.cp-sort-aq1 li .bla p {
  color: #5E5E5E;
  font-size: 1.625rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .cp-sort-aq1 li .bla p {
    font-size: 1.25rem;
    margin-top: 0.25rem;
  }
}
.cp-sort-aq1 li.active .bla .img {
  background: #51B6D0;
  border-color: #51B6D0;
}
.cp-sort-aq1 li.active .bla .img img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.cp-sort-aq1 li.active .bla p {
  color: #51B6D0;
}

.product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 450px) {
  .product-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.product-list li {
  border-radius: 1.875rem;
  background: #fff;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
@media (max-width: 768px) {
  .product-list li {
    border-radius: 1rem;
  }
}
.product-list li .img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.product-list li .img i img {
  width: 100%;
}
.product-list li .img .cont-p {
  padding: 1.5rem 6%;
}
.product-list li .img .cont-p .tit {
  color: #003B84;
  font-size: 1.625rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .product-list li .img .cont-p .tit {
    font-size: 1.35rem;
  }
}
.product-list li .img .cont-p .p1 {
  color: #5E5E5E;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .product-list li .img .cont-p .p1 {
    font-size: 1.125rem;
  }
}
.product-list li:hover {
  background: #003C8E;
}
.product-list li:hover .img .cont-p .tit, .product-list li:hover .img .cont-p .p1 {
  color: #fff;
}

.news2-list li {
  border-radius: 1.875rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.07);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .news2-list li {
    border-radius: 1rem;
  }
}
.news2-list li + li {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .news2-list li + li {
    margin-top: 1.8rem;
  }
}
.news2-list li a.img {
  display: block;
  font-size: 0;
  width: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news2-list li a.img {
    width: 100%;
  }
}
.news2-list li a.img .mySwiper8 {
  position: relative;
}
.news2-list li a.img .mySwiper8 .swiper-pagination1 {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
  z-index: 1;
}
.news2-list li a.img .mySwiper8 .swiper-pagination1 span {
  background: rgba(0, 78, 162, 0.4);
  width: 1.5rem;
  height: 2px;
  border-radius: 0;
  opacity: 1;
}
.news2-list li a.img .mySwiper8 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #004EA2;
}
.news2-list li a.img img {
  width: 100%;
  aspect-ratio: 930/690;
  -o-object-fit: cover;
     object-fit: cover;
}
.news2-list li .cont-p {
  width: 50%;
  padding: 1rem 3.75%;
}
@media (max-width: 768px) {
  .news2-list li .cont-p {
    width: 100%;
    padding: 1.35rem 5%;
  }
}
.news2-list li .cont-p a.name {
  display: block;
  font-size: 1.625rem;
  line-height: 1.6em;
  color: #5E5E5E;
  font-weight: 500;
}
@media (max-width: 768px) {
  .news2-list li .cont-p a.name {
    font-size: 1.25rem;
  }
}
.news2-list li .cont-p .p1 {
  color: #7B7B7B;
  font-size: 1.25rem;
  line-height: 1.65em;
  margin: 0.35rem 0 1.5rem;
}
@media (max-width: 768px) {
  .news2-list li .cont-p .p1 {
    font-size: 1rem;
    margin: 0.35rem 0 0.75rem;
  }
}
.news2-list li .cont-p .more-bk {
  display: inline-block;
  padding: 0.875rem 3.25rem;
  border-radius: 3.125rem;
  color: var(--color-zt);
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 1.125rem;
  line-height: 1.5em;
  border: 1px solid var(--color-zt);
}
@media (max-width: 768px) {
  .news2-list li .cont-p .more-bk {
    padding: 0.6rem 2.2rem;
    font-size: 1rem;
  }
}
.news2-list li:hover {
  background: #004EA2;
}
.news2-list li:hover .cont-p a.name, .news2-list li:hover .cont-p .p1 {
  color: #fff;
}
.news2-list li:hover .cont-p .more-bk {
  background: #51B6D0;
  border-color: #51B6D0;
  color: #fff;
}

form.sslaz {
  margin-bottom: 3.375rem;
}
@media (max-width: 768px) {
  form.sslaz {
    margin-bottom: 1.5rem;
  }
}
form.sslaz .contact .dts1 {
  width: 31.4285714286%;
}
@media (max-width: 768px) {
  form.sslaz .contact .dts1 {
    width: 100%;
  }
  form.sslaz .contact .dts1 + .dts1 {
    margin-top: 1rem;
  }
}
form.sslaz .contact .dts1 select {
  border: 1px solid #004EA2;
  color: #004EA2;
  font-size: 1rem;
  line-height: 3.625rem;
  height: 3.625rem;
  width: 100%;
  border-radius: 3.75rem;
  padding: 0 1.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/jtax.svg) no-repeat 95% center #fff;
  -o-background-size: 1.25rem auto;
  background-size: 1.25rem auto;
}
@media (max-width: 768px) {
  form.sslaz .contact .dts1 select {
    line-height: 3rem;
    height: 3rem;
  }
}
form.sslaz .contact .dts1 .sskz {
  width: 100%;
  border: 1px solid #004EA2;
  border-radius: 3.75rem;
  overflow: hidden;
}
form.sslaz .contact .dts1 .sskz input {
  width: -webkit-calc(100% - 4.375rem);
  width: -moz-calc(100% - 4.375rem);
  width: calc(100% - 4.375rem);
  color: #003B84;
  font-size: 1rem;
  line-height: 3.625rem;
  height: 3.625rem;
  padding: 0 1.5em;
}
@media (max-width: 768px) {
  form.sslaz .contact .dts1 .sskz input {
    line-height: 3rem;
    height: 3rem;
  }
}
form.sslaz .contact .dts1 .sskz input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #003B84;
}
form.sslaz .contact .dts1 .sskz input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #003B84;
}
form.sslaz .contact .dts1 .sskz input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #003B84;
}
form.sslaz .contact .dts1 .sskz input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #003B84;
}
form.sslaz .contact .dts1 .sskz button {
  width: 4.375rem;
  border: none;
  background: transparent;
}
form.sslaz .contact .dts1 .sskz button i {
  font-size: 1.125rem;
  line-height: 3.625rem;
  color: #003B84;
}
@media (max-width: 768px) {
  form.sslaz .contact .dts1 .sskz button i {
    line-height: 3rem;
  }
}

.ny-body-asx {
  overflow: visible;
}
@media (max-width: 768px) {
  .ny-body-asx {
    overflow: hidden;
  }
}

.yfgx-cont1 {
  padding: 4.25rem 0 6.875rem;
}
@media (max-width: 768px) {
  .yfgx-cont1 {
    padding: 2rem 0;
  }
}
.yfgx-cont1 .wehxas-acx {
  overflow: visible;
}
@media (max-width: 768px) {
  .yfgx-cont1 .wehxas-acx {
    overflow-x: auto;
  }
}
@media (max-width: 768px) {
  .yfgx-cont1 .wehxas-acx .asxt1 {
    min-width: 768px;
  }
}
.yfgx-cont1 .asxt1 li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.yfgx-cont1 .asxt1 li .ast1 {
  width: 19.2857142857%;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.yfgx-cont1 .asxt1 li .ast2v1 {
  width: 80.7142857143%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
.yfgx-cont1 .asxt1 li .ast2 {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.yfgx-cont1 .asxt1 li:nth-child(1) {
  text-align: right;
  color: #808080;
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 600;
  padding: 0.86rem 0;
  background: #fff;
  position: sticky;
  top: -webkit-calc(var(--head-height) + 3.4rem);
  top: -moz-calc(var(--head-height) + 3.4rem);
  top: calc(var(--head-height) + 3.4rem);
  z-index: 2;
}
@media (max-width: 768px) {
  .yfgx-cont1 .asxt1 li:nth-child(1) {
    font-size: 1.125rem;
    position: static;
  }
}
.yfgx-cont1 .asxt1 li:nth-child(1) .ast1 {
  margin-right: -1em;
}
.yfgx-cont1 .asxt1 li:nth-child(1) .ast2 {
  margin-right: -1em;
}
.yfgx-cont1 .asxt1 li:not(:nth-child(1)) {
  border-right: 1px solid rgba(217, 217, 217, 0.6);
}
.yfgx-cont1 .asxt1 li:not(:nth-child(1)) .ast1 {
  border-left: 1px solid rgba(217, 217, 217, 0.6);
  border-top: 1px solid rgba(217, 217, 217, 0.6);
  background: #EDF1F6;
  width: 19.2857142857%;
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 1.25rem 0.5em;
  text-align: center;
  font-weight: 500;
}
.yfgx-cont1 .asxt1 li:not(:nth-child(1)) .ast1 p {
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .yfgx-cont1 .asxt1 li:not(:nth-child(1)) .ast1 {
    font-size: 1rem;
  }
}
.yfgx-cont1 .asxt1 li:not(:nth-child(1)) .ast2v1 .ast3 {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
}
.yfgx-cont1 .asxt1 li:not(:nth-child(1)) .ast2v1 .ast3 dl {
  border: 1px solid #CCCCCC;
  padding: 0.5rem;
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.5em;
  border-radius: 0.35rem;
  position: relative;
  z-index: 1;
  padding-left: 1rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .yfgx-cont1 .asxt1 li:not(:nth-child(1)) .ast2v1 .ast3 dl {
    font-size: 0.875rem;
  }
}
.yfgx-cont1 .asxt1 li:not(:nth-child(1)) .ast2v1 .ast3 dl::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  background: #E6EBF3;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  -moz-transition: all 1.5s;
  transition: all 1.5s;
}
.yfgx-cont1 .asxt1 li:not(:nth-child(1)) .ast2v1 .ast3 dl::before {
  content: "";
  width: 0.4rem;
  height: 1.25rem;
  background: #003B84;
  display: block;
  position: absolute;
  left: 0.35rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 0.35rem;
}
.yfgx-cont1 .asxt1 li:not(:nth-child(1)) .ast2v1 .ast3 dl.zs::after {
  background: #F1EBF6;
}
.yfgx-cont1 .asxt1 li:not(:nth-child(1)) .ast2v1 .ast3 dl.zs::before {
  background: #7032A1;
}
.yfgx-cont1 .asxt1 li:not(:nth-child(1)) .ast2v1 .ast3 dl.ls::after {
  background: #EEF8FA;
}
.yfgx-cont1 .asxt1 li:not(:nth-child(1)) .ast2v1 .ast3 dl.ls::before {
  background: #51B6D0;
}
.yfgx-cont1 .asxt1 li:not(:nth-child(1)) .ast2v1 .ast3 dl.hs::after {
  background: #FFF8E1;
}
.yfgx-cont1 .asxt1 li:not(:nth-child(1)) .ast2v1 .ast3 dl.hs::before {
  background: #FFC40F;
}
.yfgx-cont1 .asxt1 li:not(:nth-child(1)) .ast2v1 .ast3 dl.ns::after {
  background: #A7C6E5;
}
.yfgx-cont1 .asxt1 li:not(:nth-child(1)) .ast2v1 .ast3 dl.ns::before {
  background: #0070C0;
}
.yfgx-cont1 .asxt1 li:not(:nth-child(1)) .ast2v1 .ast3 dl.gs::after {
  background: rgba(146, 208, 80, 0.3);
}
.yfgx-cont1 .asxt1 li:not(:nth-child(1)) .ast2v1 .ast3 dl.gs::before {
  background: #92D050;
}
.yfgx-cont1 .asxt1 li:not(:nth-child(1)) .ast2v1 .ast3.on dl::after {
  width: 100%;
}
.yfgx-cont1 .asxt1 li:not(:nth-child(1)) .ast2 {
  border-left: 1px solid rgba(217, 217, 217, 0.6);
  border-top: 1px solid rgba(217, 217, 217, 0.6);
}
.yfgx-cont1 .asxt1 li:nth-child(2) .ast2v1 .ast3 {
  left: 1rem;
}
.yfgx-cont1 .asxt1 li:nth-child(2) .ast2v1 .ast3 dl:nth-child(1) {
  width: 29.203539823%;
}
.yfgx-cont1 .asxt1 li:nth-child(2) .ast2v1 .ast3 dl:nth-child(2) {
  width: 9.7345132743%;
}
.yfgx-cont1 .asxt1 li:nth-child(2) .ast2v1 .ast3 dl:nth-child(3) {
  width: 14.1592920354%;
}
.yfgx-cont1 .asxt1 li:nth-child(2) .ast2v1 .ast3 dl:nth-child(4) {
  width: 26.5486725664%;
}
.yfgx-cont1 .asxt1 li:nth-child(3) .ast2v1 .ast3 {
  left: 5%;
}
.yfgx-cont1 .asxt1 li:nth-child(3) .ast2v1 .ast3 dl:nth-child(1) {
  width: 29.203539823%;
}
.yfgx-cont1 .asxt1 li:nth-child(3) .ast2v1 .ast3 dl:nth-child(2) {
  width: 9.7345132743%;
}
.yfgx-cont1 .asxt1 li:nth-child(3) .ast2v1 .ast3 dl:nth-child(3) {
  width: 14.1592920354%;
}
.yfgx-cont1 .asxt1 li:nth-child(4) .ast2v1 .ast3 {
  left: 8%;
}
.yfgx-cont1 .asxt1 li:nth-child(4) .ast2v1 .ast3 dl:nth-child(1) {
  width: 36.3716814159%;
}
.yfgx-cont1 .asxt1 li:nth-child(4) .ast2v1 .ast3 dl:nth-child(2) {
  width: 9.7345132743%;
}
.yfgx-cont1 .asxt1 li:nth-child(4) .ast2v1 .ast3 dl:nth-child(3) {
  width: 14.1592920354%;
}
.yfgx-cont1 .asxt1 li:nth-child(5) .ast2v1 .ast3 {
  left: 0%;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.yfgx-cont1 .asxt1 li:nth-child(5) .ast2v1 .ast3 dl:nth-child(1) {
  width: 29.203539823%;
}
.yfgx-cont1 .asxt1 li:nth-child(5) .ast2v1 .ast3 dl:nth-child(2) {
  width: 9.7345132743%;
}
.yfgx-cont1 .asxt1 li:nth-child(5) .ast2v1 .ast3 dl:nth-child(3) {
  width: 21.5044247788%;
}
.yfgx-cont1 .asxt1 li:nth-child(6) .ast2v1 .ast3 {
  left: 0%;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.yfgx-cont1 .asxt1 li:nth-child(6) .ast2v1 .ast3 dl:nth-child(1) {
  width: 15.7522123894%;
}
.yfgx-cont1 .asxt1 li:nth-child(6) .ast2v1 .ast3 dl:nth-child(2) {
  width: 18.2300884956%;
}
.yfgx-cont1 .asxt1 li:nth-child(6) .ast2v1 .ast3 dl:nth-child(3) {
  width: 9.7345132743%;
}
.yfgx-cont1 .asxt1 li:nth-child(6) .ast2v1 .ast3 dl:nth-child(4) {
  width: 21.5044247788%;
}
.yfgx-cont1 .asxt1 li:nth-child(7) .ast2v1 .ast3 {
  left: 0%;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.yfgx-cont1 .asxt1 li:nth-child(7) .ast2v1 .ast3 dl:nth-child(1) {
  width: 30.0884955752%;
}
.yfgx-cont1 .asxt1 li:nth-child(7) .ast2v1 .ast3 dl:nth-child(2) {
  width: 29.6460176991%;
}
.yfgx-cont1 .asxt1 li:nth-child(7) .ast2v1 .ast3 dl:nth-child(3) {
  width: 8.9380530973%;
}
.yfgx-cont1 .asxt1 li:nth-child(7) .ast2v1 .ast3 dl:nth-child(4) {
  width: 11.3274336283%;
}
.yfgx-cont1 .asxt1 li:nth-child(8) .ast2v1 .ast3 {
  left: 0%;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.yfgx-cont1 .asxt1 li:nth-child(8) .ast2v1 .ast3 dl:nth-child(1) {
  width: 29.9115044248%;
}
.yfgx-cont1 .asxt1 li:nth-child(8) .ast2v1 .ast3 dl:nth-child(2) {
  width: 37.610619469%;
}
.yfgx-cont1 .asxt1 li:nth-child(8) .ast2v1 .ast3 dl:nth-child(3) {
  width: 8.3185840708%;
}
.yfgx-cont1 .asxt1 li:nth-child(8) .ast2v1 .ast3 dl:nth-child(4) {
  width: 13.2743362832%;
}
.yfgx-cont1 .asxt1 li:nth-child(9) .ast2v1 .ast3 {
  left: 0%;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.yfgx-cont1 .asxt1 li:nth-child(9) .ast2v1 .ast3 dl:nth-child(1) {
  width: 9.3805309735%;
}
.yfgx-cont1 .asxt1 li:nth-child(9) .ast2v1 .ast3 dl:nth-child(2) {
  width: 16.814159292%;
}
.yfgx-cont1 .asxt1 li:nth-child(9) .ast2v1 .ast3 dl:nth-child(3) {
  width: 6.9026548673%;
}
.yfgx-cont1 .asxt1 li:nth-child(9) .ast2v1 .ast3 dl:nth-child(4) {
  width: 9.203539823%;
}
.yfgx-cont1 .asxt1 li:nth-child(10) .ast2v1 .ast3 {
  left: 0.25%;
}
.yfgx-cont1 .asxt1 li:nth-child(10) .ast2v1 .ast3 dl:nth-child(1) {
  width: 43.3628318584%;
}
.yfgx-cont1 .asxt1 li:nth-child(10) .ast2v1 .ast3 dl:nth-child(2) {
  width: 55.5752212389%;
}
.yfgx-cont1 .asxt1 li:nth-child(11) .ast2v1 .ast3 {
  left: 56%;
}
.yfgx-cont1 .asxt1 li:nth-child(11) .ast2v1 .ast3 dl:nth-child(1) {
  width: 22.362832%;
}
.yfgx-cont1 .asxt1 li:last-child {
  border-bottom: 1px solid rgba(217, 217, 217, 0.6);
}

.scjl-cont1 {
  background: url(../images/bja1.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 4rem 2%;
  border-radius: 1.25rem;
  margin: 3.125rem 0;
}
@media (max-width: 768px) {
  .scjl-cont1 {
    margin: 1.75rem 0;
    padding: 2.5rem 7%;
  }
}
.scjl-cont1 .titas-x {
  color: #292929;
  font-size: 2rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .scjl-cont1 .titas-x {
    font-size: 1.5rem;
  }
  .scjl-cont1 .titas-x p {
    width: 100%;
    margin-top: 0.5em;
    text-align: center;
  }
}
.scjl-cont1 .titas-x i {
  width: 2.4375rem;
  font-size: 0;
  margin-right: 0.75rem;
}
@media (max-width: 768px) {
  .scjl-cont1 .titas-x i {
    margin-right: 0;
  }
}
.scjl-cont1 .titas-x i img {
  width: 100%;
}
.scjl-cont1 form .msg-a5 {
  text-align: center;
}
.scjl-cont1 form .msg-a5 .p_upload .p_uploadBtn {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1rem;
}
.scjl-cont1 form .msg-a5 .p_upload .p_uploadBtn input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.scjl-cont1 form .msg-a5 .p_upload .p_uploadBtn button {
  background: transparent;
}
.scjl-cont1 form .msg-a5 .p_upload .p_uploadBtn:hover .more-b {
  color: #fff;
  background-color: #51B6D0;
}
.scjl-cont1 form .msg-a5 .p_upload .layuitext, .scjl-cont1 form .msg-a5 .p_upload .s_other {
  color: #595959;
  font-size: 1.25rem;
  line-height: 1.5em;
  padding: 0.5em 0;
}
@media (max-width: 768px) {
  .scjl-cont1 form .msg-a5 .p_upload .layuitext, .scjl-cont1 form .msg-a5 .p_upload .s_other {
    font-size: 1.125rem;
  }
}
.scjl-cont1 form .div_aghgha {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .scjl-cont1 form .div_aghgha {
    margin-top: 1rem;
  }
}
.job-cont1 {
  padding: 1rem 0 2rem;
}
@media (max-width: 768px) {
  .job-cont1 {
    padding: 0.5rem 0 1rem;
  }
}
.job-cont1 .sslaz {
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .job-cont1 .sslaz {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
.job-cont1 .job-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .job-cont1 .job-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.job-cont1 .job-list li {
  background: #CCE7EE;
  border-radius: 1.25rem;
  padding: 2.25rem 7%;
}
@media (max-width: 768px) {
  .job-cont1 .job-list li {
    padding: 1.75rem 6%;
    border-radius: 1rem;
  }
}
.job-cont1 .job-list li .tit {
  color: #3E3A39;
  font-size: 1.375rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .job-cont1 .job-list li .tit {
    font-size: 1.25rem;
  }
}
.job-cont1 .job-list li .ashrsx1 {
  padding: 1.75rem 0 2rem;
}
@media (max-width: 768px) {
  .job-cont1 .job-list li .ashrsx1 {
    padding: 1rem 0 1.25rem;
  }
}
.job-cont1 .job-list li .ashrsx1 dl {
  padding: 0 1.5rem;
}
@media (max-width: 768px) {
  .job-cont1 .job-list li .ashrsx1 dl {
    padding: 0 0.65rem;
  }
}
.job-cont1 .job-list li .ashrsx1 dl:nth-child(1) {
  padding-left: 0;
}
.job-cont1 .job-list li .ashrsx1 dl + dl {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.job-cont1 .job-list li .ashrsx1 dl dt {
  color: #5E5E5E;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .job-cont1 .job-list li .ashrsx1 dl dt {
    font-size: 1rem;
  }
}
.job-cont1 .job-list li .ashrsx1 dl dd {
  color: #757575;
  font-size: 1rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .job-cont1 .job-list li .ashrsx1 dl dd {
    font-size: 0.875rem;
  }
}
.job-cont1 .job-list li .more-bk {
  display: inline-block;
  padding: 0.875rem 3.25rem;
  border-radius: 3.125rem;
  color: var(--color-zt);
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 1.125rem;
  line-height: 1.5em;
  border: 1px solid var(--color-zt);
}
@media (max-width: 768px) {
  .job-cont1 .job-list li .more-bk {
    padding: 0.6rem 2.2rem;
    font-size: 1rem;
  }
}
.job-cont1 .job-list li:hover {
  background: #003B84;
}
.job-cont1 .job-list li:hover .tit {
  color: #fff;
}
.job-cont1 .job-list li:hover .ashrsx1 dl dt {
  color: #fff;
}
.job-cont1 .job-list li:hover .ashrsx1 dl dd {
  color: #fff;
}
.job-cont1 .job-list li:hover .more-bk {
  background: #50C0DD;
  border-color: #50C0DD;
  color: #fff;
}

.ny-show_bodyjob .xw-show_bja {
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .ny-show_bodyjob .xw-show_bja {
    padding: 2.5rem 0;
  }
}
.ny-show_bodyjob .xw-show_bja .title-a {
  margin: 0;
}
.ny-show_bodyjob .xw-show_bja .ashrsx1 {
  padding: 1.75rem 0 0;
}
@media (max-width: 768px) {
  .ny-show_bodyjob .xw-show_bja .ashrsx1 {
    padding: 1rem 0 0;
  }
}
.ny-show_bodyjob .xw-show_bja .ashrsx1 dl {
  padding: 0 1.5rem;
}
@media (max-width: 768px) {
  .ny-show_bodyjob .xw-show_bja .ashrsx1 dl {
    padding: 0 0.65rem;
  }
}
.ny-show_bodyjob .xw-show_bja .ashrsx1 dl:nth-child(1) {
  padding-left: 0;
}
.ny-show_bodyjob .xw-show_bja .ashrsx1 dl + dl {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.ny-show_bodyjob .xw-show_bja .ashrsx1 dl dt {
  color: #5E5E5E;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .ny-show_bodyjob .xw-show_bja .ashrsx1 dl dt {
    font-size: 1rem;
  }
}
.ny-show_bodyjob .xw-show_bja .ashrsx1 dl dd {
  color: #757575;
  font-size: 1rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .ny-show_bodyjob .xw-show_bja .ashrsx1 dl dd {
    font-size: 0.875rem;
  }
}

.show-job-content {
  padding: 4.5rem 0;
}
@media (max-width: 768px) {
  .show-job-content {
    padding: 2rem 0;
  }
}
.show-job-content .tit {
  color: #003B84;
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .show-job-content .tit {
    font-size: 1.5rem;
  }
}
.show-job-content .p1 {
  margin-top: 0.5rem;
}
.show-job-content .p1 p {
  position: relative;
  padding-left: 1em;
}
.show-job-content .p1 p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.show-job-content .ast1 {
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .show-job-content .ast1 {
    padding-bottom: 1rem;
  }
}
.show-job-content .ast2 {
  padding-top: 2rem;
}
@media (max-width: 768px) {
  .show-job-content .ast2 {
    padding-top: 1rem;
  }
}
.show-job-content .more-b {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .show-job-content .more-b {
    margin-top: 1.25rem;
  }
}

.job1-cont1 {
  padding: 1rem 0 2rem;
}
@media (max-width: 768px) {
  .job1-cont1 {
    padding: 0.5rem 0 1rem;
  }
}
.job1-cont1 .job-a1_list1 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem 8%;
  margin-top: 5.6rem;
}
@media (max-width: 768px) {
  .job1-cont1 .job-a1_list1 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-top: 1rem;
  }
}
.job1-cont1 .job-a1_list1 li {
  text-align: center;
}
.job1-cont1 .job-a1_list1 li a.imasgx i {
  display: block;
  font-size: 0;
  border-radius: 50%;
  overflow: hidden;
}
.job1-cont1 .job-a1_list1 li a.imasgx i img {
  width: 100%;
}
.job1-cont1 .job-a1_list1 li a.imasgx p {
  color: #292929;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-top: 0.75em;
}
@media (max-width: 768px) {
  .job1-cont1 .job-a1_list1 li a.imasgx p {
    font-size: 1.125rem;
    font-weight: 500;
  }
}

.job1-cont2 {
  padding: 6.25rem 0 9rem;
}
@media (max-width: 768px) {
  .job1-cont2 {
    padding: 2rem 0;
  }
}
.job1-cont2 .heng1 {
  overflow: hidden;
  -webkit-mask-image: url(../images/xz2.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-position: right bottom;
  margin: 7rem auto;
}
.job1-cont2 .heng1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.35);
}
@media (max-width: 768px) {
  .job1-cont2 .heng1 {
    margin: 2rem auto;
  }
}
.job1-cont2 .mySwiper6 {
  padding: 4rem 0 3rem;
}
@media (max-width: 768px) {
  .job1-cont2 .mySwiper6 {
    padding: 2rem 0 2rem;
  }
}
.job1-cont2 .mySwiper6 .swiper-slide {
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .job1-cont2 .mySwiper6 .swiper-slide {
    border-radius: 1rem;
  }
}
.job1-cont2 .mySwiper6 .swiper-slide .img img {
  width: 100%;
}
.job1-cont2 .mySwiper6 .swiper-pagination1 {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.job1-cont2 .mySwiper6 .swiper-pagination1 span {
  background: rgba(0, 78, 162, 0.4);
  width: 2.5rem;
  height: 2px;
  border-radius: 0;
  opacity: 1;
}
.job1-cont2 .mySwiper6 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #004EA2;
}

@media (max-width: 768px) {
  .job1-cont3 {
    margin-top: 0.65rem;
  }
}
.job1-cont3 .job-as3ca1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .job1-cont3 .job-as3ca1 {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .job1-cont3 .job-as3ca1 .mySwiper7 {
    border-radius: 1rem;
  }
}
.job1-cont3 .job-as3ca1 .mySwiper7 .swiper-slide .img {
  display: block;
  font-size: 0;
  border-radius: 1.25rem;
  overflow: hidden;
}
.job1-cont3 .job-as3ca1 .mySwiper7 .swiper-slide .img img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.job1-cont3 .job-as3ca1 .swiper-pagination1 {
  text-align: center;
  width: 100%;
  margin-top: 1rem;
}
.job1-cont3 .job-as3ca1 .swiper-pagination1 span {
  background: rgba(0, 78, 162, 0.4);
  width: 2.5rem;
  height: 2px;
  border-radius: 0;
  opacity: 1;
  margin: 0 0.25rem;
}
.job1-cont3 .job-as3ca1 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #004EA2;
}

.job1-cont4 {
  padding: 8.25rem 0 7rem;
}
@media (max-width: 768px) {
  .job1-cont4 {
    padding: 2.5rem 0;
  }
}
.job1-cont4 .heng1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .job1-cont4 .heng1 {
    margin-top: 1.25rem;
  }
}
.job1-cont4 .ashxct {
  color: #858585;
  font-size: 1.5rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .job1-cont4 .ashxct {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}

.lx-cont1 {
  padding: 1rem 0 3.5625rem;
}
@media (max-width: 768px) {
  .lx-cont1 {
    padding: 0.5rem 0 2rem;
  }
}
.lx-cont1 .lx-a1b1 {
  padding: 3rem 0 3.4375rem;
  border-bottom: 1px dotted #dddddd;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1b1 {
    padding: 1.5rem 0;
  }
  .lx-cont1 .lx-a1b1 li {
    width: 100%;
  }
  .lx-cont1 .lx-a1b1 li + li {
    margin-top: 1.25rem;
  }
}
.lx-cont1 .lx-a1b1 .tit {
  color: #003B84;
  font-size: 1.6875rem;
  line-height: 1.5em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1b1 .tit {
    font-size: 1.35rem;
  }
}
.lx-cont1 .lx-a1b1 .p1 {
  font-size: 1.35rem;
  line-height: 1.35em;
  color: #504F4F;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1b1 .p1 {
    margin-top: 0.65rem;
    font-size: 1.125rem;
  }
}
.lx-cont1 .lx-a1b1 .p1 > div {
  margin-top: 0.75rem;
}
.lx-cont1 .lx-a1b1 .p1 i {
  font-size: 1.35rem;
  color: var(--color-zt);
  margin-right: 0.35em;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1b1 .p1 p {
    width: -webkit-calc(95% - 1.35rem);
    width: -moz-calc(95% - 1.35rem);
    width: calc(95% - 1.35rem);
  }
}
.lx-cont1 .lx-a1b1 .ermasx {
  text-align: center;
}
.lx-cont1 .lx-a1b1 .ermasx i {
  display: block;
  font-size: 0;
  width: 8rem;
  margin: 0 auto;
  border-radius: 0.325rem;
  background: #FFF;
  box-shadow: 0px 0px 0.25rem 0px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.lx-cont1 .lx-a1b1 .ermasx i img {
  width: 100%;
}
.lx-cont1 .lx-a1b1 .ermasx p {
  color: #504F4F;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.85rem;
}

.lx-cont2 {
  position: relative;
  z-index: 1;
}
.lx-cont2 #myMap {
  height: 35.25rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .lx-cont2 #myMap {
    height: 22.5rem;
    border-radius: 1rem;
  }
}

@-webkit-keyframes scale-anim {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@-moz-keyframes scale-anim {
  0% {
    -moz-transform: scale(0);
         transform: scale(0);
    opacity: 0;
  }
  50% {
    -moz-transform: scale(0.6);
         transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 0;
  }
}

@-o-keyframes scale-anim {
  0% {
    -o-transform: scale(0);
       transform: scale(0);
    opacity: 0;
  }
  50% {
    -o-transform: scale(0.6);
       transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
    opacity: 0;
  }
}

@keyframes scale-anim {
  0% {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.6);
       -moz-transform: scale(0.6);
         -o-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
.lx-cont3 {
  padding: 8rem 0 9rem;
}
@media (max-width: 768px) {
  .lx-cont3 {
    padding: 2.25rem 0;
  }
}
.lx-cont3 .a7v1 {
  margin-top: 2rem;
  position: relative;
}
@media (max-width: 768px) {
  .lx-cont3 .a7v1 {
    margin-top: 1.5rem;
  }
}
.lx-cont3 .a7v1 .a7_list1 li {
  position: absolute;
  cursor: pointer;
}
@media (max-width: 768px) {
  .lx-cont3 .a7v1 .a7_list1 li {
    position: static;
    margin-top: 1.25rem;
  }
}
@media (max-width: 768px) {
  .lx-cont3 .a7v1 .a7_list1 li .tit {
    display: none;
  }
}
.lx-cont3 .a7v1 .a7_list1 li .tit .din {
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
  position: relative;
}
.lx-cont3 .a7v1 .a7_list1 li .tit .din i {
  display: block;
  background: #50C0DD;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
  top: 50%;
  bottom: auto;
  margin-top: -0.9375rem;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-animation: scale-anim 2s infinite linear;
     -moz-animation: scale-anim 2s infinite linear;
       -o-animation: scale-anim 2s infinite linear;
          animation: scale-anim 2s infinite linear;
}
.lx-cont3 .a7v1 .a7_list1 li .tit .din i:nth-child(2) {
  -webkit-animation-delay: -1s;
     -moz-animation-delay: -1s;
       -o-animation-delay: -1s;
          animation-delay: -1s;
}
.lx-cont3 .a7v1 .a7_list1 li .tit p {
  color: #50C0DD;
  font-size: 0.875rem;
  line-height: 1.5em;
}
.lx-cont3 .a7v1 .a7_list1 li .cont-p {
  position: absolute;
  left: 120%;
  bottom: -200%;
  border-radius: 1.1875rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.05);
  padding: 1.325rem 1.75rem;
  width: 28rem;
  z-index: 2;
  border: 1px solid #9B9B9B;
}
@media (max-width: 768px) {
  .lx-cont3 .a7v1 .a7_list1 li .cont-p {
    position: static;
    display: block;
    width: 100%;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    border-radius: 1rem;
    padding: 1.25rem 1.8rem;
    border: 1px solid rgba(155, 155, 155, 0.5);
  }
}
.lx-cont3 .a7v1 .a7_list1 li .cont-p .p2 {
  color: #808080;
  font-size: 1rem;
  line-height: 1.75em;
}
.lx-cont3 .a7v1 .a7_list1 li .cont-p .p2 span {
  color: #434343;
}
.lx-cont3 .a7v1 .a7_list1 li:nth-child(2) {
  left: 36%;
  top: 45%;
}
.lx-cont3 .a7v1 .a7_list1 li:nth-child(1) {
  left: 39.5%;
  top: 39%;
}
.lx-cont3 .a7v1 .a7_list1 li.active .tit .din i {
  background: #50C0DD;
}
.lx-cont3 .a7v1 .a7_list1 li.active .tit p {
  color: #50C0DD;
}
.lx-cont3 .a7v1 .a7_list1 li.active .cont-p {
  display: block;
}
@media (max-width: 768px) {
  .lx-cont3 .a7v1 .a7_list1 li .cont-p .p1 {
    height: 0;
    overflow: hidden;
  }
  .lx-cont3 .a7v1 .a7_list1 li.active .cont-p .p1 {
    height: auto;
    overflow: hidden;
  }
}

.msg-cont4 {
  background: #F9F9F9;
  padding: 5rem 0 5.625rem;
}
@media (max-width: 768px) {
  .msg-cont4 {
    padding: 2.25rem 0;
  }
}
.msg-cont4 form {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .msg-cont4 form {
    margin-top: 1.25rem;
  }
}
.msg-cont4 form label {
  margin-bottom: 0;
}
.msg-cont4 form .m_label1 {
  color: #484848;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.msg-cont4 form .m_label1 span {
  color: #E50012;
}
.msg-cont4 form .msg-a1 .inpt {
  width: 47.9285714286%;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .msg-cont4 form .msg-a1 .inpt {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.msg-cont4 form .msg-a1 .inpt input {
  border: 1px solid #004EA2;
  background: #fff;
  width: 100%;
  color: #ADABAB;
  font-size: 1rem;
  line-height: 3.75rem;
  padding: 0 1.5em;
  border-radius: 3.75rem;
}
@media (max-width: 768px) {
  .msg-cont4 form .msg-a1 .inpt input {
    border-radius: 3.75rem;
    line-height: 2.85rem;
    padding: 0 1.25em;
  }
}
.msg-cont4 form .msg-a2 .msg-a2-ca1 {
  margin-top: 0.65rem;
}
@media (max-width: 768px) {
  .msg-cont4 form .msg-a2 .msg-a2-ca1 {
    margin-top: 0.125rem;
  }
}
.msg-cont4 form .msg-a2 .msg-a2-ca1 label {
  color: #484848;
  font-size: 1rem;
  line-height: 1.5em;
  margin-right: 1.5rem;
}
.msg-cont4 form .msg-a2 .msg-a2-ca1 label input {
  margin-right: 0.35rem;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #004EA2;
  -webkit-transform: translateY(0.2em);
     -moz-transform: translateY(0.2em);
      -ms-transform: translateY(0.2em);
       -o-transform: translateY(0.2em);
          transform: translateY(0.2em);
}
.msg-cont4 form .msg-a3 {
  margin-top: 1.75rem;
}
@media (max-width: 768px) {
  .msg-cont4 form .msg-a3 {
    margin-top: 0.75rem;
  }
}
.msg-cont4 form .msg-a3 textarea {
  border: 1px solid #004EA2;
  background: #fff;
  width: 100%;
  color: #ADABAB;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.75em 1.5em;
  border-radius: 1.25rem;
}
@media (max-width: 768px) {
  .msg-cont4 form .msg-a3 textarea {
    border-radius: 1rem;
    padding: 0.75em 1.25em;
  }
}
.msg-cont4 form .msg-a4 {
  margin-top: 1rem;
}
.msg-cont4 form .msg-a4 .yszc-cont input[type=checkbox] {
  border: none;
  outline: none;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.125rem;
  position: relative;
  margin-right: 0.5rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.msg-cont4 form .msg-a4 .yszc-cont input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/radio.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #fff;
}
.msg-cont4 form .msg-a4 .yszc-cont input[type=checkbox]:checked::before {
  background: url(../images/radio_active.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #fff;
}
.msg-cont4 form .msg-a4 .yszc-cont label {
  color: #868686;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .msg-cont4 form .msg-a4 .yszc-cont label {
    width: -webkit-calc(100% - 1.625rem);
    width: -moz-calc(100% - 1.625rem);
    width: calc(100% - 1.625rem);
  }
}
.msg-cont4 form .msg-a4 .yszc-cont label a {
  color: #656565;
}
.msg-cont4 form .msg-a4 .yszc-cont label a:hover {
  color: #004A9F;
}
.msg-cont4 form .div_aghgha {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .msg-cont4 form .div_aghgha {
    margin-top: 1rem;
  }
}
.show-job-content1 {
  padding: 3rem 0 5rem;
}
@media (max-width: 768px) {
  .show-job-content1 {
    padding: 1rem 0 2.5rem;
  }
}
.show-job-content1 form label {
  margin-bottom: 0;
}
.show-job-content1 form .m_label1 {
  color: #484848;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.show-job-content1 form .m_label1 span {
  color: #E50012;
}
.show-job-content1 form .msg-a1 .inpt {
  width: 47.9285714286%;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .show-job-content1 form .msg-a1 .inpt {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.show-job-content1 form .msg-a1 .inpt input {
  border: 1px solid #004EA2;
  background: #fff;
  width: 100%;
  color: #ADABAB;
  font-size: 1rem;
  line-height: 3.75rem;
  padding: 0 1.5em;
  border-radius: 3.75rem;
}
@media (max-width: 768px) {
  .show-job-content1 form .msg-a1 .inpt input {
    border-radius: 3.75rem;
    line-height: 2.85rem;
    padding: 0 1.25em;
  }
}
.show-job-content1 form .msg-a4 {
  margin-top: 1rem;
}
.show-job-content1 form .msg-a4 .yszc-cont input[type=checkbox] {
  border: none;
  outline: none;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.125rem;
  position: relative;
  margin-right: 0.5rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.show-job-content1 form .msg-a4 .yszc-cont input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/radio.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #fff;
}
.show-job-content1 form .msg-a4 .yszc-cont input[type=checkbox]:checked::before {
  background: url(../images/radio_active.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #fff;
}
.show-job-content1 form .msg-a4 .yszc-cont label {
  color: #868686;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .show-job-content1 form .msg-a4 .yszc-cont label {
    width: -webkit-calc(100% - 1.625rem);
    width: -moz-calc(100% - 1.625rem);
    width: calc(100% - 1.625rem);
  }
}
.show-job-content1 form .msg-a4 .yszc-cont label a {
  color: #656565;
}
.show-job-content1 form .msg-a4 .yszc-cont label a:hover {
  color: #004A9F;
}
.show-job-content1 form .msg-a5 {
  background: #F9F9F9;
  margin-top: 1.75rem;
  padding: 3.5rem 5% 4.6875rem;
  border-radius: 1.875rem;
  text-align: center;
}
@media (max-width: 768px) {
  .show-job-content1 form .msg-a5 {
    padding: 1.25rem 4% 2.25rem;
    border-radius: 1rem;
  }
}
.show-job-content1 form .msg-a5 .p_upload .p_uploadBtn {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto;
}
.show-job-content1 form .msg-a5 .p_upload .p_uploadBtn input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.show-job-content1 form .msg-a5 .p_upload .p_uploadBtn button {
  background: transparent;
}
.show-job-content1 form .msg-a5 .p_upload .p_uploadBtn:hover .more-b {
  color: #fff;
  background-color: #51B6D0;
}
.show-job-content1 form .msg-a5 .p_upload .layuitext, .show-job-content1 form .msg-a5 .p_upload .s_other {
  color: #595959;
  font-size: 1.25rem;
  line-height: 1.5em;
  padding: 0.5em 0;
}
@media (max-width: 768px) {
  .show-job-content1 form .msg-a5 .p_upload .layuitext, .show-job-content1 form .msg-a5 .p_upload .s_other {
    font-size: 1.125rem;
  }
}
.show-job-content1 form .div_aghgha {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .show-job-content1 form .div_aghgha {
    margin-top: 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup {
  width: 48%;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup {
    width: 100%;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .img {
  border-radius: 2.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .img {
    border-radius: 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup img {
  width: 100%;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup img {
    width: 100%;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
  width: 46%;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
    width: 100%;
    margin-top: 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
  font-size: 2.5rem;
  color: #333;
  line-height: 1.5em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
    font-size: 1.5rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt {
  font-size: 1.125rem;
  line-height: 1.65em;
  color: #666;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt {
    font-size: 1rem;
    padding: 0.35rem 0 0.65rem;
  }
}

.pro-show-cont2 {
  padding: 2.5rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont2 {
    padding: 1.5rem 0;
  }
}
.pro-show-cont2 .content {
  font-size: 1.125rem;
  line-height: 1.65em;
  color: #666;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content {
    font-size: 1rem;
    padding: 0.65rem 0;
  }
}
.pro-show-cont2 .content strong {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content strong {
    font-size: 1.25rem;
  }
}
.amap-ui-smp-ifwn-content-body{
  padding: 0.65rem !important;
  border-radius: 0.75rem !important;
}
.amap-ui-smp-ifwn-info-content{
  font-size: .875rem !important;
}
.amap-ui-smp-ifwn-def-tr-close{
      margin: 12px 12px 0 !important;
}
@media (max-width: 768px) {
  .amap-ui-smp-ifwn-def-tr-close{
      margin: 6px 6px 0 !important;
  }
}